Update colViewer.cpp

Hopefully fixed it this time. Lets wait for jenkins.
This commit is contained in:
getBrainError 2022-06-02 17:03:04 +02:00
commit ad8961326a

View file

@ -6,13 +6,13 @@
#include <vector>
#include <string>
#include <cmath>
#include <Cvar.h>
extern "C" {
#include <z64.h>
#include "variables.h"
#include "functions.h"
#include "macros.h"
#include <Cvar.h>
extern GlobalContext* gGlobalCtx;
}