Fix building with PCH disabled.

This commit is contained in:
Rohit Nirmal
2016-06-24 11:46:48 -05:00
parent 8a1bbaa563
commit 84cd57f99b
3 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#pragma once
#include "Common/Common.h"
#include "Common/CommonTypes.h"
class InputConfig;
class PointerWrap;