aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/difficulty.cpp
diff options
context:
space:
mode:
authorOran Juice <oranjuices@hotmail.com>2014-09-28 15:52:05 +0530
committerOran Juice <oranjuices@hotmail.com>2014-09-28 15:52:05 +0530
commit4f693d715c036346b642298cc94bd4d87c5f35e2 (patch)
treec7f764d9f9d90de3947eff7910901ee3a56212b1 /src/cryptonote_core/difficulty.cpp
parent2b60646c9bcf8519bbe4bbc5bb433d2a0d1141a7 (diff)
parent59a8366bb18653f14142321a9d85377ceaef8fad (diff)
downloadmonzero-core-4f693d715c036346b642298cc94bd4d87c5f35e2.tar.gz
monzero-core-4f693d715c036346b642298cc94bd4d87c5f35e2.tar.xz
monzero-core-4f693d715c036346b642298cc94bd4d87c5f35e2.zip
Merge with origin/master
Diffstat (limited to 'src/cryptonote_core/difficulty.cpp')
-rw-r--r--src/cryptonote_core/difficulty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/difficulty.cpp b/src/cryptonote_core/difficulty.cpp
index c26f8d909..d4d733e69 100644
--- a/src/cryptonote_core/difficulty.cpp
+++ b/src/cryptonote_core/difficulty.cpp
@@ -45,7 +45,7 @@ namespace cryptonote {
using std::uint64_t;
using std::vector;
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) || defined(__MINGW32__)
#include <windows.h>
#include <winnt.h>