summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/gdbstub/gdbstub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/gdbstub/gdbstub.h b/src/core/gdbstub/gdbstub.h
index aff705a32..4f21da23b 100644
--- a/src/core/gdbstub/gdbstub.h
+++ b/src/core/gdbstub/gdbstub.h
@@ -7,6 +7,8 @@
7#pragma once 7#pragma once
8#include <atomic> 8#include <atomic>
9 9
10#include "common/common_types.h"
11
10namespace GDBStub { 12namespace GDBStub {
11 13
12/// Breakpoint Method 14/// Breakpoint Method