]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/irrlicht_changes/CGUITTFont.h
Use std::map instead of core::map (#12301)
[dragonfireclient.git] / src / irrlicht_changes / CGUITTFont.h
index 7b04ae8280f8054669bf228b44e00d48b95bcf2e..9457e5b182fa5ed27789970c533700a05578403e 100644 (file)
@@ -34,6 +34,7 @@
 #include <irrlicht.h>
 #include <ft2build.h>
 #include <vector>
+#include <map>
 #include <irrUString.h>
 #include "util/enriched_string.h"
 #include FT_FREETYPE_H
@@ -345,7 +346,7 @@ namespace gui
                private:
                        // Manages the FreeType library.
                        static FT_Library c_library;
-                       static core::map<io::path, SGUITTFace*> c_faces;
+                       static std::map<io::path, SGUITTFace*> c_faces;
                        static bool c_libraryLoaded;
                        static scene::IMesh* shared_plane_ptr_;
                        static scene::SMesh  shared_plane_;