Merge pull request #2525 from rohit-n/build-pch
Fix building with PCH disabled.
This commit is contained in:
commit
4e4aa1f4ad
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue