JitIL: Fixed the compile error in r6462.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6465 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nodchip 2010-11-23 14:50:25 +00:00
parent f915509fff
commit 5647bcd869
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,8 @@ Fix profiled loads/stores to work safely. On 32-bit, one solution is to
#endif
#include <algorithm>
#include <memory>
#include <cassert>
#include <ctime>
#include <set>
#include "IR.h"
#include "../PPCTables.h"