Build fixes
authorsvost <ya.nowa@yandex.ru>
Sun, 15 Jan 2017 20:03:15 +0000 (23:03 +0300)
committersvost <ya.nowa@yandex.ru>
Sun, 15 Jan 2017 20:03:15 +0000 (23:03 +0300)
src/kernel.h
src/kernelrecord.cpp

index 3649070..4d143ab 100644 (file)
@@ -4,6 +4,8 @@
 #ifndef PPCOIN_KERNEL_H
 #define PPCOIN_KERNEL_H
 
+#include <algorithm>
+
 #include "uint256.h"
 
 class CBlock;
index beb8aa7..552d060 100644 (file)
@@ -1,4 +1,5 @@
 #include "kernelrecord.h"
+#include "kernel.h"
 
 #include "wallet.h"
 #include "base58.h"