From bd5665c9359eb8751817f9eecf62709cf6d0a79b Mon Sep 17 00:00:00 2001 From: zhenyan121 <3367366583@qq.com> Date: Sun, 26 Apr 2026 17:34:11 +0800 Subject: [PATCH] fix: can't find iota --- src/gameplay/chunk_generator.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gameplay/chunk_generator.cpp b/src/gameplay/chunk_generator.cpp index 82029b6..d7894be 100644 --- a/src/gameplay/chunk_generator.cpp +++ b/src/gameplay/chunk_generator.cpp @@ -4,6 +4,8 @@ #include #include #include + +#include namespace Cubed { ChunkGenerator::ChunkGenerator(Chunk& chunk) :