Skip to content

Commit 01c547a

Browse files
authored
Update Miner.h
1 parent 77ec0ca commit 01c547a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DCC-Miner/DCC-Miner/Miner.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "crypto.h"
1818
#include "Network.h"
1919
#include "FileManip.h"
20+
#include "randEngine.c"
2021

2122

2223
using namespace std;
@@ -27,4 +28,4 @@ int Mine(json, int, json&);
2728
int PoolMine(std::string, json&);
2829
int MineAnyBlock(int, std::string&);
2930

30-
#endif
31+
#endif

0 commit comments

Comments
 (0)