Fix FTBFS on certain older libstdc++ versions. 118/head
authorMichael Marley <michael@michaelmarley.com>
Wed, 11 Mar 2015 21:54:05 +0000 (17:54 -0400)
committerMichael Marley <michael@michaelmarley.com>
Wed, 11 Mar 2015 21:54:05 +0000 (17:54 -0400)
src/core/storage.cpp

index b8f1746..4b56573 100644 (file)
@@ -21,6 +21,7 @@
 #include "storage.h"
 
 #include <QCryptographicHash>
 #include "storage.h"
 
 #include <QCryptographicHash>
+#include <random>
 
 #if QT_VERSION < 0x050000
 #    include "../../3rdparty/sha512/sha512.h"
 
 #if QT_VERSION < 0x050000
 #    include "../../3rdparty/sha512/sha512.h"