diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-04-11 15:54:06 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-04-11 15:54:21 +0200 |
commit | 92b9806dcc98bc5ffbee6a7ca11090a926df0b3a (patch) | |
tree | 962057021fc84955940e74af62a62b2bfeab99e4 /platform/android/tts_android.h | |
parent | 6a655975694655a1ec0298345afbf5fad5148a72 (diff) | |
download | redot-engine-92b9806dcc98bc5ffbee6a7ca11090a926df0b3a.tar.gz |
Windows TTS: Use HashMap instead of RBMap for ids
And fixup includes in other implementations.
Diffstat (limited to 'platform/android/tts_android.h')
-rw-r--r-- | platform/android/tts_android.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/tts_android.h b/platform/android/tts_android.h index 8e3bfccbdb..8e00ac5000 100644 --- a/platform/android/tts_android.h +++ b/platform/android/tts_android.h @@ -32,6 +32,7 @@ #define TTS_ANDROID_H #include "core/string/ustring.h" +#include "core/templates/hash_map.h" #include "core/variant/array.h" #include "servers/display_server.h" |