Improve performance of PostgreSQL for large databases.
[quassel.git] / src / core / storage.cpp
index b8f1746..a08a619 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2015 by the Quassel Project                        *
+ *   Copyright (C) 2005-2016 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -21,6 +21,7 @@
 #include "storage.h"
 
 #include <QCryptographicHash>
+#include <random>
 
 #if QT_VERSION < 0x050000
 #    include "../../3rdparty/sha512/sha512.h"