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

Fix building with PCH disabled.
This commit is contained in:
Matthew Parlane 2015-06-05 12:12:02 +10:00
commit 4e4aa1f4ad
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <algorithm>
#include "Common/ChunkFile.h"
#include "Common/CommonPaths.h"
#include "Common/CommonTypes.h"