summaryrefslogtreecommitdiffstats
path: root/src/core/gdbstub
diff options
context:
space:
mode:
authorLittleWhite <lw.demoscene@googlemail.com>2016-03-20 13:55:08 +0100
committerLittleWhite <lw.demoscene@googlemail.com>2016-03-20 14:35:51 +0100
commit89a43b8447d148b65dc68b8260610514610c90ec (patch)
tree5b65c173da41038a91332a8bf1790ed0e765368f /src/core/gdbstub
parentMerge pull request #1538 from lioncash/dot (diff)
downloadyuzu-89a43b8447d148b65dc68b8260610514610c90ec.tar
yuzu-89a43b8447d148b65dc68b8260610514610c90ec.tar.gz
yuzu-89a43b8447d148b65dc68b8260610514610c90ec.tar.bz2
yuzu-89a43b8447d148b65dc68b8260610514610c90ec.tar.lz
yuzu-89a43b8447d148b65dc68b8260610514610c90ec.tar.xz
yuzu-89a43b8447d148b65dc68b8260610514610c90ec.tar.zst
yuzu-89a43b8447d148b65dc68b8260610514610c90ec.zip
Diffstat (limited to 'src/core/gdbstub')
-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 @@
#pragma once
#include <atomic>
+#include "common/common_types.h"
+
namespace GDBStub {
/// Breakpoint Method