summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-02-06 20:00:26 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-02-06 20:00:26 (GMT)
commitf86b22b1c22474296e90591363b5028bf2d71b1e (patch)
tree1d820e4aa449e87fd22f2c0c24930a43752cd374
parent0c612fec125124a062b1ba26244631e334e328b7 (diff)
downloadDoxygen-f86b22b1c22474296e90591363b5028bf2d71b1e.zip
Doxygen-f86b22b1c22474296e90591363b5028bf2d71b1e.tar.gz
Doxygen-f86b22b1c22474296e90591363b5028bf2d71b1e.tar.bz2
Fixed missing include for util.cpp when building for Windows
-rw-r--r--src/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 9f31223..3bf349a 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -22,6 +22,7 @@
#include <cinttypes>
#include <string.h>
+#include <ctime>
#include <mutex>
#include <unordered_set>