Skip to content

Commit

Permalink
Fix missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Apr 7, 2024
1 parent 754785b commit 7195d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/voxel_data_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "../util/containers/std_unordered_map.h"
#include "../util/math/box3i.h"
#include "../util/profiling.h"
#include "voxel_buffer.h" // Used in template methods
#include "voxel_data_block.h"

namespace zylann::voxel {
Expand Down

0 comments on commit 7195d6f

Please sign in to comment.