From a397de86195ca5587669d6467c7f900f2bef3878 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Mon, 17 Apr 2023 22:29:03 -0500 Subject: [PATCH] fix(console): include missing header --- src/console/Screen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/console/Screen.cpp b/src/console/Screen.cpp index 960c7f8..9e82a80 100644 --- a/src/console/Screen.cpp +++ b/src/console/Screen.cpp @@ -12,6 +12,7 @@ #include "gx/Screen.hpp" #include #include +#include static CGxStringBatch* s_batch; static float s_caretpixwidth;