summaryrefslogtreecommitdiffstats
path: root/game/client/world
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/world')
-rw-r--r--game/client/world/chunk_mesher.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/client/world/chunk_mesher.cc b/game/client/world/chunk_mesher.cc
index 9f5ce6c..53c4882 100644
--- a/game/client/world/chunk_mesher.cc
+++ b/game/client/world/chunk_mesher.cc
@@ -4,12 +4,13 @@
#include "core/math/crc64.hh"
+#include "core/threading.hh"
+
#include "shared/world/chunk.hh"
#include "shared/world/dimension.hh"
#include "shared/world/voxel_registry.hh"
#include "shared/coord.hh"
-#include "shared/threading.hh"
#include "client/world/chunk_quad.hh"
#include "client/world/voxel_atlas.hh"