summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-03-20 20:36:27 +0100
committerbunnei <bunneidev@gmail.com>2016-03-20 20:36:27 +0100
commitff6c24932a1d748f083adae66c58bf7ebc760535 (patch)
tree5b65c173da41038a91332a8bf1790ed0e765368f /src
parentMerge pull request #1538 from lioncash/dot (diff)
parentFix missing header (diff)
downloadyuzu-ff6c24932a1d748f083adae66c58bf7ebc760535.tar
yuzu-ff6c24932a1d748f083adae66c58bf7ebc760535.tar.gz
yuzu-ff6c24932a1d748f083adae66c58bf7ebc760535.tar.bz2
yuzu-ff6c24932a1d748f083adae66c58bf7ebc760535.tar.lz
yuzu-ff6c24932a1d748f083adae66c58bf7ebc760535.tar.xz
yuzu-ff6c24932a1d748f083adae66c58bf7ebc760535.tar.zst
yuzu-ff6c24932a1d748f083adae66c58bf7ebc760535.zip
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 @@
#pragma once
#include <atomic>
+#include "common/common_types.h"
+
namespace GDBStub {
/// Breakpoint Method