From 5b4a0bf93bd23402fc109bf5c6d7440bafb2fa19 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 21 Dec 2019 16:17:37 -0500 Subject: [PATCH] Fix MSVC compile --- src/PowderToySDL.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index b40a7b42d..701c197a7 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -1,5 +1,6 @@ #ifndef RENDERER +#include "common/tpt-minmax.h" #include #include #include