summaryrefslogtreecommitdiffhomepage
path: root/loader/loader-impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/loader-impl.cpp')
-rw-r--r--loader/loader-impl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/loader-impl.cpp b/loader/loader-impl.cpp
index a7716000..7ccbd6af 100644
--- a/loader/loader-impl.cpp
+++ b/loader/loader-impl.cpp
@@ -10,8 +10,9 @@
#include <utility>
#include <memory>
#include <optional>
-#include <Corrade/Containers/Pair.h>
#include <Corrade/Containers/ArrayViewStl.h>
+#include <Corrade/Containers/Optional.h>
+#include <Corrade/Containers/Pair.h>
#include <Corrade/Containers/StringView.h>
#include <Corrade/Containers/StringStlHash.h>
#include <Corrade/PluginManager/PluginManager.h>