aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-05-23 08:30:02 -0700
committerChris Robinson <[email protected]>2019-05-23 08:30:02 -0700
commit517b8158a7a519ae86dbf4eed8ff667f96d82666 (patch)
treeb9455db7a0fb56b7d7812074156c59cdad6865e6 /common
parentb46eca97a6b1a3826508d9afccfc765d15779f9c (diff)
Add a missing include
Diffstat (limited to 'common')
-rw-r--r--common/alspan.h2
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>