Update CMakeLists.txt - play with openssl
[novacoin.git] / src / kernel_worker.h
index 93ee62c..594ab35 100644 (file)
@@ -1,8 +1,13 @@
 #ifndef NOVACOIN_KERNELWORKER_H
 #define NOVACOIN_KERNELWORKER_H
 
+#include "bignum.h"
+
+#include <cstdint>
 #include <vector>
 
+class uint256;
+
 class KernelWorker
 {
 public:
@@ -33,4 +38,4 @@ private:
 // Scan given kernel for solutions
 bool ScanKernelBackward(unsigned char *kernel, uint32_t nBits, uint32_t nInputTxTime, int64_t nValueIn, std::pair<uint32_t, uint32_t> &SearchInterval, std::pair<uint256, uint32_t> &solution);
 
-#endif // NOVACOIN_KERNELWORKER_H
\ No newline at end of file
+#endif // NOVACOIN_KERNELWORKER_H