summaryrefslogtreecommitdiffhomepage
path: root/src/object.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-08 23:12:51 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-09 00:06:05 +0100
commit2ec5c1eff1ba2ec8cc11c3e6cc01e623184a5c80 (patch)
treefa819f23c91b469730470161240932cae0a64f3a /src/object.cpp
parente46033b74ad4f747bbdefe8620f75eb530923b24 (diff)
update structured bindings for corrade/next
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 {