aboutsummaryrefslogtreecommitdiff
path: root/include/proj/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/util.hpp')
-rw-r--r--include/proj/util.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/proj/util.hpp b/include/proj/util.hpp
index 3f5e208e..c350b6ee 100644
--- a/include/proj/util.hpp
+++ b/include/proj/util.hpp
@@ -33,6 +33,11 @@
#error Must have C++11 or newer.
#endif
+// windows.h can confict with Criterion::STRICT
+#ifdef STRICT
+#undef STRICT
+#endif
+
#include <exception>
#include <map>
#include <memory>