summaryrefslogtreecommitdiffstats
path: root/game/server/world
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/world')
-rw-r--r--game/server/world/worldgen.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/server/world/worldgen.cc b/game/server/world/worldgen.cc
index 99e9a78..8b02b52 100644
--- a/game/server/world/worldgen.cc
+++ b/game/server/world/worldgen.cc
@@ -4,11 +4,12 @@
#include "core/io/cmdline.hh"
+#include "core/threading.hh"
+
#include "shared/world/chunk.hh"
#include "shared/world/dimension.hh"
#include "shared/protocol.hh"
-#include "shared/threading.hh"
#include "server/world/inhabited.hh"