diff options
author | randy-waterhouse <noone@yodasan> | 2014-10-21 17:33:06 +1300 |
---|---|---|
committer | randy-waterhouse <noone@yodasan> | 2014-10-21 17:33:06 +1300 |
commit | a3c26c2e856c53706efd2932203dc3539445c66c (patch) | |
tree | d0c06451c6809b26cf4361f5025243697baf5c86 /src/miner.cpp | |
parent | 64ffc995d685cf8a53ef868572e835ce42269ec6 (diff) |
Fixes for missing boost tuple.hpp header include.
Diffstat (limited to 'src/miner.cpp')
-rw-r--r-- | src/miner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/miner.cpp b/src/miner.cpp index c2762bf44e..a1f9bd597f 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -17,6 +17,7 @@ #endif #include <boost/thread.hpp> +#include <boost/tuple/tuple.hpp> using namespace std; |