diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 05:56:22 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 05:56:22 +0100 |
commit | 379f5bbe121b224733dc9f8fea2aa0b012536ea2 (patch) | |
tree | ca871e174db2b2e9d16070c42e11ffb4e47408d8 /editor/draw.cpp | |
parent | bb74b8af011cbbdec733c1d1207083ce2b615430 (diff) |
fix msvc
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 { |