diff options
| author | 2016-03-20 13:55:08 +0100 | |
|---|---|---|
| committer | 2016-03-20 14:35:51 +0100 | |
| commit | 89a43b8447d148b65dc68b8260610514610c90ec (patch) | |
| tree | 5b65c173da41038a91332a8bf1790ed0e765368f /src/core/gdbstub/gdbstub.h | |
| parent | Merge pull request #1538 from lioncash/dot (diff) | |
| download | yuzu-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.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 @@ | |||
| 7 | #pragma once | 7 | #pragma once |
| 8 | #include <atomic> | 8 | #include <atomic> |
| 9 | 9 | ||
| 10 | #include "common/common_types.h" | ||
| 11 | |||
| 10 | namespace GDBStub { | 12 | namespace GDBStub { |
| 11 | 13 | ||
| 12 | /// Breakpoint Method | 14 | /// Breakpoint Method |