summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-13 05:56:22 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-13 05:56:22 +0100
commit379f5bbe121b224733dc9f8fea2aa0b012536ea2 (patch)
treeca871e174db2b2e9d16070c42e11ffb4e47408d8 /editor/draw.cpp
parentbb74b8af011cbbdec733c1d1207083ce2b615430 (diff)
fix msvc
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r--editor/draw.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp
index db8f4a28..039492ac 100644
--- a/editor/draw.cpp
+++ b/editor/draw.cpp
@@ -12,10 +12,9 @@
#include "src/critter.hpp"
#include "src/rotation.inl"
#include "src/RTree-search.hpp"
-
+#include <bit>
#include <Magnum/Math/Color.h>
#include <Magnum/Math/Vector3.h>
-#include <Magnum/GL/Renderer.h>
namespace floormat {