summaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.h
diff options
context:
space:
mode:
authorGravatar LittleWhite2016-03-20 13:55:08 +0100
committerGravatar LittleWhite2016-03-20 14:35:51 +0100
commit89a43b8447d148b65dc68b8260610514610c90ec (patch)
tree5b65c173da41038a91332a8bf1790ed0e765368f /src/core/gdbstub/gdbstub.h
parentMerge pull request #1538 from lioncash/dot (diff)
downloadyuzu-89a43b8447d148b65dc68b8260610514610c90ec.tar.gz
yuzu-89a43b8447d148b65dc68b8260610514610c90ec.tar.xz
yuzu-89a43b8447d148b65dc68b8260610514610c90ec.zip
Fix missing header
Diffstat (limited to 'src/core/gdbstub/gdbstub.h')
-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