diff --git a/soh/soh/Enhancements/debugger/colViewer.cpp b/soh/soh/Enhancements/debugger/colViewer.cpp index c17dfe630..aab15d496 100644 --- a/soh/soh/Enhancements/debugger/colViewer.cpp +++ b/soh/soh/Enhancements/debugger/colViewer.cpp @@ -6,13 +6,13 @@ #include #include #include +#include extern "C" { #include #include "variables.h" #include "functions.h" #include "macros.h" -#include extern GlobalContext* gGlobalCtx; }