fix linux build in hope it will help JP to fix the gui on linux

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4121 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-08-31 21:07:20 +00:00
parent 4968f6c29a
commit 387c6fdecd
3 changed files with 47 additions and 3 deletions

View File

@ -20,7 +20,7 @@
#include "BreakpointView.h"
#include "CodeWindow.h"
#include "HW/Memmap.h"
#include "BreakPointDlg.h"
#include "BreakpointDlg.h"
#include "MemoryCheckDlg.h"
#include "Host.h"
#include "PowerPC/PowerPC.h"