Merge pull request #69 from duncanmcn/mingw_compilation

Change include guard to win32
This commit is contained in:
Pranav
2020-07-22 05:14:10 -05:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
#include <utility> #include <utility>
#if defined(_MSC_VER) #if defined(_WIN32)
#include <windows.h> #include <windows.h>
namespace indicators { namespace indicators {