Skip to content

Commit

Permalink
Fixed include on gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Feb 13, 2024
1 parent 6dd742f commit 2091601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/ui_functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <vector>
#include <string>
#include <cstdint>

int32_t StartConsoleUI(const std::vector<std::string>& args, std::ostream& out);

Expand Down

0 comments on commit 2091601

Please sign in to comment.