diff options
Diffstat (limited to 'source/stmdsp/stmdsp.cpp')
-rw-r--r-- | source/stmdsp/stmdsp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/stmdsp/stmdsp.cpp b/source/stmdsp/stmdsp.cpp index 294e98f..c50845f 100644 --- a/source/stmdsp/stmdsp.cpp +++ b/source/stmdsp/stmdsp.cpp @@ -14,6 +14,7 @@ #include <serial/serial.h> #include <algorithm> +#include <array> extern void log(const std::string& str); |