Add an include so things compile.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@983 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2009-04-15 17:22:34 +00:00
parent 74db1c8189
commit fca65ba2ef
2 changed files with 30 additions and 28 deletions

View File

@ -46,6 +46,8 @@
// global optimization fails to resolve the externals and junk.
// (score one for MSVC!)
#include "System.h"
namespace x86Emitter
{
//////////////////////////////////////////////////////////////////////////////////////////