From d875ff33ce3599c451e67f66c47518df1dcb99b3 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 8 Feb 2015 12:41:53 +0100 Subject: [PATCH] Fixed min/max related compile error on Windows. --- library/PolyVoxCore/include/PolyVoxCore/Impl/Timer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/Timer.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/Timer.h index d53feb79..df1b0ae7 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/Timer.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/Timer.h @@ -27,6 +27,7 @@ freely, subject to the following restrictions: #include #ifdef _MSC_VER // Don't worry about the exact version, as long as this is defied. +#define NOMINMAX #include #else #include