fixed weird time compile error
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
||||
#include "time_.hpp"
|
||||
|
||||
#include <chrono>
|
||||
#include <ctime>
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
|
||||
namespace anm2ed::util::time
|
||||
{
|
||||
@@ -13,4 +16,4 @@ namespace anm2ed::util::time
|
||||
timeString << std::put_time(&localTime, format);
|
||||
return timeString.str();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user