Permalink
Browse files
Fix FTBFS on certain older libstdc++ versions.
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/core/storage.cpp
|
|
@@ -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