summaryrefslogtreecommitdiffhomepage
path: root/src/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.cpp')
-rw-r--r--src/object.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object.cpp b/src/object.cpp
index 02051fbf..71ce905c 100644
--- a/src/object.cpp
+++ b/src/object.cpp
@@ -7,7 +7,8 @@
#include "shaders/shader.hpp"
#include <cmath>
#include <algorithm>
-#include <Corrade/Containers/PairStl.h>
+#include <Corrade/Containers/StructuredBindings.h>
+#include <Corrade/Containers/Pair.h>
#include <Magnum/Math/Functions.h>
namespace floormat {