summaryrefslogtreecommitdiffhomepage
path: root/src/precomp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/precomp.hpp')
-rw-r--r--src/precomp.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/precomp.hpp b/src/precomp.hpp
index 5d46092e..5ec264a4 100644
--- a/src/precomp.hpp
+++ b/src/precomp.hpp
@@ -29,14 +29,13 @@
#include <optional>
#include <vector>
#include <unordered_map>
-#include <string>
#include <Corrade/Containers/Array.h>
#include <Corrade/Containers/ArrayView.h>
#include <Corrade/Containers/StringView.h>
#include <Corrade/Containers/Pointer.h>
#include <Corrade/Containers/ArrayViewStl.h> // TODO maybe remove stl
-#include <Corrade/Containers/StringStl.h> // TODO remove stl
+#include <Corrade/Containers/StringStlHash.h>
#include <Corrade/Utility/DebugStl.h>
#include <Magnum/Magnum.h>