Fix missing header for GCC

master
Marc Gilleron 2022-04-16 00:07:23 +01:00
parent 63445b7923
commit f50024fd10
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define VOXEL_COMPRESSED_DATA_H
#include "../util/span.h"
#include <cstdint>
namespace zylann::voxel::CompressedData {