Fix build failing when disabling precompiled headers.

This commit is contained in:
Rohit Nirmal
2014-09-18 23:17:41 -05:00
parent bd740ae9c7
commit 46057db37d
39 changed files with 50 additions and 11 deletions

View File

@ -12,6 +12,7 @@
#include <sys/ucontext.h> // Look in here for the context definition.
#endif
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
#include "Core/MemTools.h"
#include "Core/HW/Memmap.h"