diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-20 08:05:29 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-20 08:05:29 +0200 |
commit | cd564f0d275526f0618d8daab6fd457eaee722aa (patch) | |
tree | 5fbc90be0b87f713fe6aba5856592e015b4f3307 | |
parent | 7a473c10725b467b60cdf8011c22560b2250324b (diff) | |
download | dabmod-cd564f0d275526f0618d8daab6fd457eaee722aa.tar.gz dabmod-cd564f0d275526f0618d8daab6fd457eaee722aa.tar.bz2 dabmod-cd564f0d275526f0618d8daab6fd457eaee722aa.zip |
common edc9c1a: Add missing array include
-rw-r--r-- | lib/edi/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/edi/common.hpp b/lib/edi/common.hpp index 498b28a..ff5bab1 100644 --- a/lib/edi/common.hpp +++ b/lib/edi/common.hpp @@ -25,6 +25,7 @@ #include <map> #include <chrono> #include <string> +#include <array> #include <vector> #include <cstddef> #include <ctime> |