Fix build w/o debugger.

This commit is contained in:
Christian Speckner 2016-10-26 14:59:52 +02:00
parent 24737671c0
commit cdfac18f1c
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "CartCM.hxx"
#include "Control.hxx"
#include "Event.hxx"
#include "Console.hxx"
/**
Handler for SpectraVideo CompuMate bankswitched games.

View File

@ -460,8 +460,10 @@ class OSystem
unique_ptr<Launcher> myLauncher;
bool myLauncherUsed;
#ifdef DEBUGGER_SUPPORT
// Pointer to the Debugger object
unique_ptr<Debugger> myDebugger;
#endif
// Pointer to the CheatManager object
unique_ptr<CheatManager> myCheatManager;