From 785902d8bd2e36567e3943fa54f07b4e33330fd8 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 24 Dec 2017 16:05:52 -0400 Subject: [PATCH] Fix windows build --- src/modules/graphics/Buffer.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/graphics/Buffer.cpp b/src/modules/graphics/Buffer.cpp index 8ff2a757c..2b73dd0ec 100644 --- a/src/modules/graphics/Buffer.cpp +++ b/src/modules/graphics/Buffer.cpp @@ -18,10 +18,13 @@ * 3. This notice may not be removed or altered from any source distribution. **/ +#include "common/config.h" #include "Buffer.h" #include "Graphics.h" #include "common/Exception.h" +#include // std::min + namespace love { namespace graphics