Fixing tests compilation

This commit is contained in:
Zoe Roux
2021-02-04 14:22:39 +01:00
parent 845a8c26f0
commit caa547b80e
2 changed files with 2 additions and 6 deletions
+1 -2
View File
@@ -12,14 +12,13 @@
#include "PPU/PPU.hpp"
#include "APU/APU.hpp"
#include "Renderer/IRenderer.hpp"
#include "Exceptions/DebuggableError.hpp"
#ifdef DEBUGGER_ENABLED
#include "Debugger/MemoryViewer.hpp"
#include "Debugger/HeaderViewer.hpp"
#include "Debugger/CGramDebug.hpp"
#include "Debugger/RegisterViewer.hpp"
#include "Exceptions/DebuggableError.hpp"
#endif
namespace ComSquare