diff options
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r-- | editor/draw.cpp | 3 |
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 { |