Added missing change.

This commit is contained in:
Hykem 2014-03-15 20:37:29 +00:00
parent c4a9c874d1
commit 0a35c4f2c4
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "stdafx.h"
#include "Emu/SysCalls/SysCalls.h"
#include "SC_Memory.h"
#include <map>
SysCallBase sc_mem("memory");
std::map<u32, u32> mmapper_info_map;