diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-03-25 16:43:23 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-03-25 16:43:23 -0400 |
commit | f84b4b119d84ecf4b393278d0032dad4c5c9bd82 (patch) | |
tree | c007b84093897017e61dcac779d2c0f66118dc07 /gui/wxsiggen.cpp | |
parent | cedb218a693faae2b275ff17894830ee98a1cad0 (diff) |
std::span for algo function
Diffstat (limited to 'gui/wxsiggen.cpp')
-rw-r--r-- | gui/wxsiggen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/wxsiggen.cpp b/gui/wxsiggen.cpp index 627f1ae..5151fb5 100644 --- a/gui/wxsiggen.cpp +++ b/gui/wxsiggen.cpp @@ -11,6 +11,7 @@ #include "wxsiggen.hpp" +#include <array> #include <wx/filedlg.h> #include <wx/radiobox.h> |