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

Fix building with PCH disabled.
This commit is contained in:
Markus Wick 2015-09-01 20:51:19 +02:00
commit 0aba5a62fc
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
// Refer to the license.txt file included.
#include <cstring>
#include "Common/Common.h"
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"