summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-08-27 11:01:46 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-08-27 11:01:46 +0200
commitcac39dedee89d62ebf5d0135b84ccaa2e387a7cb (patch)
tree9d31a86af9f41d219d73f40e63aad88c74636cb7
parentb654fbe4d105833cc0fac9e219efd927d6f2b7b3 (diff)
downloaddabmux-cac39dedee89d62ebf5d0135b84ccaa2e387a7cb.tar.gz
dabmux-cac39dedee89d62ebf5d0135b84ccaa2e387a7cb.tar.bz2
dabmux-cac39dedee89d62ebf5d0135b84ccaa2e387a7cb.zip
Add missing include
-rw-r--r--lib/edi/STIDecoder.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/edi/STIDecoder.hpp b/lib/edi/STIDecoder.hpp
index 201a176..3f6f729 100644
--- a/lib/edi/STIDecoder.hpp
+++ b/lib/edi/STIDecoder.hpp
@@ -25,6 +25,7 @@
#include <deque>
#include <string>
#include <vector>
+#include <array>
namespace EdiDecoder {