Fix missing header for GCC

This commit is contained in:
Marc Gilleron 2022-04-15 23:24:08 +01:00
parent a5c3f8b824
commit 63445b7923

View File

@ -2,6 +2,7 @@
#define ZN_DYNAMIC_BITSET_H
#include "errors.h"
#include <cstdint>
#include <vector>
namespace zylann {