From bbdf8587c7b7efde9c843c2ebcecf27f0ba36b4b Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 28 May 2011 12:14:52 +0300 Subject: [PATCH] Add a missing #include --- source/core/application.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/core/application.cpp b/source/core/application.cpp index a60f605..53fb1c3 100644 --- a/source/core/application.cpp +++ b/source/core/application.cpp @@ -5,6 +5,9 @@ Copyright © 2006-2008, 2011 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ +#ifdef WIN32 +#include +#endif #include #include #include -- 2.43.0