diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-02-06 20:00:26 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2021-02-06 20:00:26 (GMT) |
commit | f86b22b1c22474296e90591363b5028bf2d71b1e (patch) | |
tree | 1d820e4aa449e87fd22f2c0c24930a43752cd374 /src | |
parent | 0c612fec125124a062b1ba26244631e334e328b7 (diff) | |
download | Doxygen-f86b22b1c22474296e90591363b5028bf2d71b1e.zip Doxygen-f86b22b1c22474296e90591363b5028bf2d71b1e.tar.gz Doxygen-f86b22b1c22474296e90591363b5028bf2d71b1e.tar.bz2 |
Fixed missing include for util.cpp when building for Windows
Diffstat (limited to 'src')
-rw-r--r-- | src/util.cpp | 1 |
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> |