add missing include in TextInput.hpp

This commit is contained in:
mat 2024-05-01 12:51:08 -03:00 committed by GitHub
parent 81cc91bed2
commit 5c5e3bac72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
#pragma once
#include <Geode/DefaultInclude.hpp>
#include <Geode/binding/TextInputDelegate.hpp>
#include <Geode/binding/CCTextInputNode.hpp>
#include <cocos2d.h>