Fix building with PCH disabled.

This commit is contained in:
Rohit Nirmal 2014-12-22 10:25:05 -06:00
parent 192c69f595
commit bad5aef5df
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"