summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-12-09 20:11:03 +0000
committerGitHub <noreply@github.com>2017-12-09 20:11:03 +0000
commitb6d319e973521dcde1e5d5dbf35add0678ac71da (patch)
tree6f3068835ae17a5bb3d54307e9aad8ecd8800ce3
parent24df7e0f0e5eb37aa001ef255b12b628331a4aee (diff)
parent187e857c91cfb3807557fa4c27cf58a49a016b5c (diff)
downloadxmr-stak-b6d319e973521dcde1e5d5dbf35add0678ac71da.zip
xmr-stak-b6d319e973521dcde1e5d5dbf35add0678ac71da.tar.gz
Merge pull request #449 from psychocrypt/fix-windowsCompile
fix windows compile
-rw-r--r--xmrstak/cli/cli-miner.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmrstak/cli/cli-miner.cpp b/xmrstak/cli/cli-miner.cpp
index 6da0855..828f714 100644
--- a/xmrstak/cli/cli-miner.cpp
+++ b/xmrstak/cli/cli-miner.cpp
@@ -51,6 +51,7 @@
#ifdef _WIN32
# define strcasecmp _stricmp
+# include <windows.h>
#endif // _WIN32
void do_benchmark();
OpenPOWER on IntegriCloud