Oops, forgot to account for compiling without debugger support.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1902 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2009-11-11 20:55:37 +00:00
parent 19f146038d
commit e2f58f8a5f
1 changed files with 4 additions and 2 deletions

View File

@ -51,8 +51,10 @@
#include "MD5.hxx"
#include "Props.hxx"
#include "Settings.hxx"
#include "Debugger.hxx"
#include "RamDebug.hxx"
#ifdef DEBUGGER_SUPPORT
#include "Debugger.hxx"
#include "RamDebug.hxx"
#endif
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cartridge* Cartridge::create(const uInt8* image, uInt32 size, string& md5,