summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/tts_linux.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-04-11 19:41:03 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-04-11 19:41:03 +0200
commit95791889e2dbd8ed5988e343d1dfc5049440199c (patch)
treecf8f92fc9979efed70c7d1268df259a26d611dcf /platform/linuxbsd/tts_linux.h
parent12f2c753fe324f897d00950604d13babea22f908 (diff)
parent92b9806dcc98bc5ffbee6a7ca11090a926df0b3a (diff)
downloadredot-engine-95791889e2dbd8ed5988e343d1dfc5049440199c.tar.gz
Merge pull request #75933 from akien-mga/windows-tts-hashmap
Windows TTS: Use HashMap instead of RBMap for ids
Diffstat (limited to 'platform/linuxbsd/tts_linux.h')
-rw-r--r--platform/linuxbsd/tts_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/tts_linux.h b/platform/linuxbsd/tts_linux.h
index 4134f8fa2f..651a64d9d6 100644
--- a/platform/linuxbsd/tts_linux.h
+++ b/platform/linuxbsd/tts_linux.h
@@ -34,8 +34,8 @@
#include "core/os/thread.h"
#include "core/os/thread_safe.h"
#include "core/string/ustring.h"
+#include "core/templates/hash_map.h"
#include "core/templates/list.h"
-#include "core/templates/rb_map.h"
#include "core/variant/array.h"
#include "servers/display_server.h"