diff options
| author | Oran Juice <oranjuices@hotmail.com> | 2014-09-28 15:52:05 +0530 |
|---|---|---|
| committer | Oran Juice <oranjuices@hotmail.com> | 2014-09-28 15:52:05 +0530 |
| commit | 4f693d715c036346b642298cc94bd4d87c5f35e2 (patch) | |
| tree | c7f764d9f9d90de3947eff7910901ee3a56212b1 /src/cryptonote_core/difficulty.cpp | |
| parent | 2b60646c9bcf8519bbe4bbc5bb433d2a0d1141a7 (diff) | |
| parent | 59a8366bb18653f14142321a9d85377ceaef8fad (diff) | |
| download | monzero-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.cpp | 2 |
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> |
