Skip to content

Commit 75defb5

Browse files
Shockblastflyinghead
authored andcommitted
fix: added missing addrspace inclusion in settings.cpp for GDB_SERVER
1 parent fbeaf8b commit 75defb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/ui/settings.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
#include "hw/maple/maple_if.h"
2525
#include "imgui_stdlib.h"
2626

27+
#ifdef GDB_SERVER
28+
#include "hw/mem/addrspace.h"
29+
#endif
30+
2731
static void gui_settings_advanced()
2832
{
2933
#if FEAT_SHREC != DYNAREC_NONE

0 commit comments

Comments
 (0)