Merge pull request #2408 from rohit-n/build-pch

Fix building with PCH disabled.
This commit is contained in:
Markus Wick 2015-05-14 00:00:28 +02:00
commit 38c7021109
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
// Copyright (C) 2003-2004 Parasyte // Copyright (C) 2003-2004 Parasyte
#include <algorithm> #include <algorithm>
#include <cstring>
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2 // Licensed under GPLv2
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <cstring>
#include "Common/MsgHandler.h" #include "Common/MsgHandler.h"
#include "Common/Logging/Log.h" #include "Common/Logging/Log.h"