Skip to content

Commit

Permalink
windows: add iomanip include for std get_time
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Dec 5, 2023
1 parent bcfe914 commit f77a87b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/GetRepo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
#include <regex>
#include <sstream>

#ifdef WIN32
#include <iomanip>
#include <locale>
#endif

using namespace rapidjson;

#ifdef WIN32
Expand Down

0 comments on commit f77a87b

Please sign in to comment.