From 713ec5ffd526aa5c783e4c6a13bcc45c453e2c10 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Sun, 22 Jan 2017 23:08:45 -0800 Subject: Add includes for building on Windows without PCH --- Source/Core/Common/MsgHandler.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/Core/Common/MsgHandler.cpp') diff --git a/Source/Core/Common/MsgHandler.cpp b/Source/Core/Common/MsgHandler.cpp index caf8d99f15..77c5547996 100644 --- a/Source/Core/Common/MsgHandler.cpp +++ b/Source/Core/Common/MsgHandler.cpp @@ -12,6 +12,10 @@ #include "Common/MsgHandler.h" #include "Common/StringUtil.h" +#ifdef _WIN32 +#include +#endif + bool DefaultMsgHandler(const char* caption, const char* text, bool yes_no, int Style); static MsgAlertHandler msg_handler = DefaultMsgHandler; static bool AlertEnabled = true; -- cgit v1.2.3