aboutsummaryrefslogtreecommitdiff
path: root/src/debug/GdbProto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/GdbProto.h')
-rw-r--r--src/debug/GdbProto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/GdbProto.h b/src/debug/GdbProto.h
index ef8bdec..68122f0 100644
--- a/src/debug/GdbProto.h
+++ b/src/debug/GdbProto.h
@@ -13,6 +13,7 @@
namespace Gdb {
+using namespace melonDS;
constexpr int GDBPROTO_BUFFER_CAPACITY = 1024+128;
extern u8 Cmdbuf[GDBPROTO_BUFFER_CAPACITY];