fix(console): include missing header

This commit is contained in:
fallenoak 2023-04-17 22:29:03 -05:00
parent 68e7332c5d
commit a397de8619
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -12,6 +12,7 @@
#include "gx/Screen.hpp"
#include <storm/String.hpp>
#include <tempest/Rect.hpp>
#include <algorithm>
static CGxStringBatch* s_batch;
static float s_caretpixwidth;