diff --git a/src/core/core.h b/src/core/core.h index 2f4f9153b..106275202 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -16,7 +16,9 @@ #include "core/input.h" #endif #include "core/interface.h" +#ifdef USE_DEBUGGERS #include "debugger/debugger.h" +#endif enum mPlatform { PLATFORM_NONE = -1,