Skip to content

Commit

Permalink
add array headers
Browse files Browse the repository at this point in the history
  • Loading branch information
usama-makhzoum committed Sep 16, 2021
1 parent 92dc814 commit d746a73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/webui/webui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define WEBUI_H

// -- C++ Standard -----------------------------
#include <array> //
#include <iostream> //
#include <string> //
#include <vector> //
Expand Down Expand Up @@ -281,4 +282,4 @@ namespace webui{
};
}

#endif
#endif

0 comments on commit d746a73

Please sign in to comment.