fix(client): include <bc/os/Path.hpp>

This commit is contained in:
superp00t 2023-08-24 23:30:06 -04:00
parent 8e1869ffc1
commit 93be23dacc

View File

@ -18,6 +18,7 @@
#include <bc/Debug.hpp>
#include <common/Prop.hpp>
#include <storm/Error.hpp>
#include <bc/os/Path.hpp>
CVar* Client::g_accountListVar;
HEVENTCONTEXT Client::g_clientEventContext;