From 0b43557f5d358d0d655fd4f036805399a4fd7e9b Mon Sep 17 00:00:00 2001 From: William Manning Date: Fri, 5 Mar 2021 21:02:05 -0500 Subject: [PATCH] Add fix for MSVC 'no std::min/max' error --- src/GridShape.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GridShape.cpp b/src/GridShape.cpp index 4c34ba2..ec88cd7 100644 --- a/src/GridShape.cpp +++ b/src/GridShape.cpp @@ -1,4 +1,5 @@ #include "generator/GridShape.hpp" +#include using namespace generator;