fix missing include

This commit is contained in:
Cvolton 2024-02-18 11:19:38 +01:00
parent 8cccb4ce5c
commit f61e577c0e
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
#include <Geode/binding/TextInputDelegate.hpp>
#include <Geode/ui/InputNode.hpp>
#include <Geode/ui/TextInput.hpp>
#include <Geode/utils/cocos.hpp>
using namespace geode::prelude;