diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-07-15 23:20:26 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-07-15 23:20:26 -0400 |
| commit | 2b00eefbefa3d1c34f25886d4cb3c6c1295d0ad1 (patch) | |
| tree | 4449f867169b45ad7f16f256bdd2497921e64605 /Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp | |
| parent | df0d4b6aea405c73aaba685e1e8fecbb183d56ba (diff) | |
DolphinQt/Debugger: Replace AddressSpace.h inclusions with a forward declaration
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp b/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp index 4284f60bc9..9769a420b4 100644 --- a/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp @@ -15,6 +15,7 @@ #include <cmath> #include "Core/Core.h" +#include "Core/HW/AddressSpace.h" #include "Core/PowerPC/BreakPoints.h" #include "Core/PowerPC/PowerPC.h" #include "DolphinQt/Resources.h" |
