diff options
author | Chris Robinson <[email protected]> | 2019-05-23 08:30:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-05-23 08:30:02 -0700 |
commit | 517b8158a7a519ae86dbf4eed8ff667f96d82666 (patch) | |
tree | b9455db7a0fb56b7d7812074156c59cdad6865e6 /common | |
parent | b46eca97a6b1a3826508d9afccfc765d15779f9c (diff) |
Add a missing include
Diffstat (limited to 'common')
-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> |