diff options
Diffstat (limited to 'src/debug/GdbStub.h')
-rw-r--r-- | src/debug/GdbStub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/GdbStub.h b/src/debug/GdbStub.h index b3bdab7..ace07bf 100644 --- a/src/debug/GdbStub.h +++ b/src/debug/GdbStub.h @@ -13,6 +13,7 @@ namespace Gdb { +using namespace melonDS; enum class TgtStatus { NoEvent, |