From d6661ff34c6dabedf0532ee310e952506fdc2aed Mon Sep 17 00:00:00 2001 From: BenDroid Date: Thu, 23 Nov 2017 21:05:44 +0100 Subject: [PATCH] Windows build fixes --- src/Platform_win.cpp | 2 ++ src/version.h | 1 + 2 files changed, 3 insertions(+) diff --git a/src/Platform_win.cpp b/src/Platform_win.cpp index 880bdd98..4bd0fb39 100644 --- a/src/Platform_win.cpp +++ b/src/Platform_win.cpp @@ -25,6 +25,8 @@ #include #include #include +#include +#include #include "Platform.h" diff --git a/src/version.h b/src/version.h index 61161c84..7e8ca333 100644 --- a/src/version.h +++ b/src/version.h @@ -62,6 +62,7 @@ # endif #endif +#include class Version {