diff options
-rw-r--r-- | common/alspan.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/alspan.h b/common/alspan.h index 27584de4..96823171 100644 --- a/common/alspan.h +++ b/common/alspan.h @@ -2,6 +2,8 @@ #define AL_SPAN_H #include <cstddef> + +#include <array> #include <type_traits> #include <initializer_list> |