add missing string utils include

sorry non pch users..
This commit is contained in:
mat 2024-10-02 19:22:06 -03:00 committed by GitHub
parent f3d38a795b
commit 9d0c8cddb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
#pragma once
#include <Geode/utils/cocos.hpp>
#include <Geode/utils/string.hpp>
#include <server/Server.hpp>
#include "../list/ModItem.hpp"