summaryrefslogtreecommitdiff
path: root/modules/text_server_fb
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-06-06 12:19:56 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-06-06 12:19:56 +0300
commitb3bbf3db47b2bde688b013cb29f99e745313e2c5 (patch)
tree07ca2aa8758dbe28071438740d71cda209f1caa6 /modules/text_server_fb
parent52952edafcbbc42185db8e5371119c1df9afca83 (diff)
[GDExtension] Expose Variant, NodePath and StringName hash functions.
Diffstat (limited to 'modules/text_server_fb')
-rw-r--r--modules/text_server_fb/text_server_fb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/text_server_fb/text_server_fb.h b/modules/text_server_fb/text_server_fb.h
index 0d2fc2628d..f3d516edea 100644
--- a/modules/text_server_fb/text_server_fb.h
+++ b/modules/text_server_fb/text_server_fb.h
@@ -67,8 +67,8 @@
#include <godot_cpp/classes/ref.hpp>
#include <godot_cpp/templates/hash_map.hpp>
+#include <godot_cpp/templates/hash_set.hpp>
#include <godot_cpp/templates/rid_owner.hpp>
-#include <godot_cpp/templates/set.hpp>
#include <godot_cpp/templates/thread_work_pool.hpp>
#include <godot_cpp/templates/vector.hpp>