Headers fix 354/head
authorsvost <ya.nowa@yandex.ru>
Mon, 3 Oct 2016 05:30:22 +0000 (08:30 +0300)
committersvost <ya.nowa@yandex.ru>
Mon, 3 Oct 2016 05:30:22 +0000 (08:30 +0300)
quick fix for https://github.com/novacoin-project/novacoin/commit/df22c96b92f6fd786d7a08ea8333f22cd943c644
fix for -DUSE_ASM=0 branch

src/checkqueue.h
src/crypto/scrypt/generic/scrypt-generic.cpp

index 8d3bfc3..4d911ac 100644 (file)
@@ -8,6 +8,7 @@
 #include <algorithm>
 #include <vector>
 #include <mutex>
+#include <condition_variable>
 
 extern bool fShutdown;
 
index c4dc5b5..6bc2911 100644 (file)
@@ -27,6 +27,8 @@
  * online backup system.
  */
 
+#include <cstring>
+
 #include "scrypt.h"
 
 #ifdef _MSC_VER