Fix building with PCH disabled.

This commit is contained in:
Rohit Nirmal 2015-05-13 16:06:09 -05:00
parent bdeb067597
commit df9b06d937
2 changed files with 3 additions and 0 deletions

View File

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

View File

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