Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Danielsson <max@autious.net>2022-05-04 17:48:42 +0300
committerMax Danielsson <max@autious.net>2022-05-04 17:48:42 +0300
commitf324cd6390602fb77fb0d6957ef8c94d9d17d586 (patch)
tree45e005c29bb3736dc2fc08db727bac881ba92dbc
parent17f92b6ae884fad50612ac7d15135804cba8fb96 (diff)
Add ctime include in datemodified to fix compile issue on vs2017
-rw-r--r--Source/Internal/datemodified.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Internal/datemodified.cpp b/Source/Internal/datemodified.cpp
index e184568f..f7962e33 100644
--- a/Source/Internal/datemodified.cpp
+++ b/Source/Internal/datemodified.cpp
@@ -37,6 +37,7 @@
#include <errno.h>
#include <cstring>
#include <string>
+#include <ctime>
using std::string;