Fixing unit tests

This commit is contained in:
Zoe Roux
2021-07-03 17:50:36 +02:00
parent d558b00b0a
commit c24fde7c87
2 changed files with 17 additions and 55 deletions

View File

@@ -4,6 +4,7 @@
#include <ios>
#include "SNES.hpp"
#include <iostream>
#ifdef DEBUGGER_ENABLED
#include "Debugger/CPU/CPUDebug.hpp"
#include "Debugger/APUDebug.hpp"