From ad8961326aca123642ce4a33b6e4aa0345c81ed0 Mon Sep 17 00:00:00 2001 From: getBrainError Date: Thu, 2 Jun 2022 17:03:04 +0200 Subject: [PATCH] Update colViewer.cpp Hopefully fixed it this time. Lets wait for jenkins. --- soh/soh/Enhancements/debugger/colViewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }