Skip to content

Commit

Permalink
Fix compile issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCG-coder committed Jul 11, 2024
1 parent 24caaf9 commit 19db61e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ namespace steppable::__internals::utils
*/
Utf8CodePage() : oldCodePage(GetConsoleOutputCP())
{
initLocale();
SetConsoleOutputCP(CP_UTF8);
dwModeOrig = enableVtMode();
}
Expand Down
1 change: 1 addition & 0 deletions src/format.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "format.hpp"

#include <stdexcept>
#include <string>
#include <vector>

Expand Down

0 comments on commit 19db61e

Please sign in to comment.