Skip to content

Commit d746a73

Browse files
add array headers
1 parent 92dc814 commit d746a73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/webui/webui.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#define WEBUI_H
1313

1414
// -- C++ Standard -----------------------------
15+
#include <array> //
1516
#include <iostream> //
1617
#include <string> //
1718
#include <vector> //
@@ -281,4 +282,4 @@ namespace webui{
281282
};
282283
}
283284

284-
#endif
285+
#endif

0 commit comments

Comments
 (0)