Skip to content

Commit

Permalink
fix: msvc build - missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Jun 14, 2024
1 parent b20ba18 commit fbeb70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/voxels/Chunks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <math.h>
#include <limits.h>
#include <vector>
#include <algorithm>

Chunks::Chunks(
uint32_t w, uint32_t d,
Expand Down

0 comments on commit fbeb70d

Please sign in to comment.