summaryrefslogtreecommitdiffhomepage
path: root/src/chunk-scenery.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-08-23 18:17:21 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-08-23 18:17:21 +0200
commitf5308a69ecb6404b02ca8cae1a49711dfceb2c33 (patch)
treeff4e86a7c011de494433d3239654ba700edb4988 /src/chunk-scenery.cpp
parent54c89ca71fc7bbc94a4a6e1cbea2f4a8f1c62fad (diff)
fix non-pch build
Diffstat (limited to 'src/chunk-scenery.cpp')
-rw-r--r--src/chunk-scenery.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chunk-scenery.cpp b/src/chunk-scenery.cpp
index d12a754b..6a3987aa 100644
--- a/src/chunk-scenery.cpp
+++ b/src/chunk-scenery.cpp
@@ -3,6 +3,7 @@
#include "entity.hpp"
#include "anim-atlas.hpp"
#include "tile-atlas.hpp"
+#include <bit>
#include <Corrade/Containers/ArrayViewStl.h>
#include <Magnum/GL/Buffer.h>