Fix missing include for Textmode

This commit is contained in:
LightCat 2022-09-13 15:56:37 +02:00 committed by GitHub
parent 9fa1a4cf71
commit 0f1a25ed5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
#if ENABLE_NULLNEXUS
#include "libnullnexus/nullnexus.hpp"
#include <boost/algorithm/string.hpp>
#include "DetourHook.hpp"
#include "nullnexus.hpp"
#if ENABLE_VISUALS
#include "colors.hpp"