diff options
author | bunnei <bunneidev@gmail.com> | 2016-03-20 20:36:27 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-03-20 20:36:27 +0100 |
commit | ff6c24932a1d748f083adae66c58bf7ebc760535 (patch) | |
tree | 5b65c173da41038a91332a8bf1790ed0e765368f /src/core/gdbstub/gdbstub.h | |
parent | Merge pull request #1538 from lioncash/dot (diff) | |
parent | Fix missing header (diff) | |
download | yuzu-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/core/gdbstub/gdbstub.h')
-rw-r--r-- | src/core/gdbstub/gdbstub.h | 2 |
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 |