aboutsummaryrefslogtreecommitdiffstats
path: root/gui/wxsiggen.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-03-25 16:43:23 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-03-25 16:43:23 -0400
commitf84b4b119d84ecf4b393278d0032dad4c5c9bd82 (patch)
treec007b84093897017e61dcac779d2c0f66118dc07 /gui/wxsiggen.cpp
parentcedb218a693faae2b275ff17894830ee98a1cad0 (diff)
std::span for algo function
Diffstat (limited to 'gui/wxsiggen.cpp')
-rw-r--r--gui/wxsiggen.cpp1
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>