From 1a766843b59cc1c17a2b22368a631b3350aa2bf0 Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Tue, 28 Mar 2017 21:02:14 +0000 Subject: [PATCH] MSYS2 compile fix (HarryTuttle) --- Src/BlockFile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/BlockFile.cpp b/Src/BlockFile.cpp index 24b5c4e..7facd37 100644 --- a/Src/BlockFile.cpp +++ b/Src/BlockFile.cpp @@ -28,6 +28,7 @@ #include #include +#include #include "Supermodel.h"