summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-08-20 20:31:35 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-08-20 22:52:15 +0200
commitf681e2127260e6e23fab44990583eadb6ece4f25 (patch)
tree6bf3302679b9c3f6b7dbe2ce4b335b17c9f3370d
parentf719fd2e1fe44b32fc1cc6e00ccdaf83b0168b02 (diff)
downloadccache-f681e2127260e6e23fab44990583eadb6ece4f25.tar.gz
build: Fix MSVC build error
-rw-r--r--src/util/file.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/file.hpp b/src/util/file.hpp
index c1109f39..ecd0ea77 100644
--- a/src/util/file.hpp
+++ b/src/util/file.hpp
@@ -20,6 +20,7 @@
#include <third_party/nonstd/optional.hpp>
+#include <ctime>
#include <string>
namespace util {