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

Fix building with PCH disabled.
This commit is contained in:
Markus Wick 2015-01-06 20:42:50 +01:00
commit f080e0221e
2 changed files with 5 additions and 0 deletions

View file

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

View file

@ -4,6 +4,9 @@
#pragma once
#include <memory>
#include <unordered_map>
#include "Common/CommonTypes.h"
#include "VideoBackends/Software/CPMemLoader.h"