Permalink
Browse files

Fix FTBFS on certain older libstdc++ versions.

  • Loading branch information...
1 parent ee111dd commit 32c0bb666209932d7540c22ddc393fd4550d5418 @mamarley mamarley committed Mar 11, 2015
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/core/storage.cpp
View
@@ -21,6 +21,7 @@
#include "storage.h"
#include <QCryptographicHash>
+#include <random>
#if QT_VERSION < 0x050000
# include "../../3rdparty/sha512/sha512.h"

0 comments on commit 32c0bb6

Please sign in to comment.