Fix FTBFS on certain older libstdc++ versions.
[quassel.git] / src / core / storage.cpp
index b8f1746..4b56573 100644 (file)
@@ -21,6 +21,7 @@
 #include "storage.h"
 
 #include <QCryptographicHash>
+#include <random>
 
 #if QT_VERSION < 0x050000
 #    include "../../3rdparty/sha512/sha512.h"