aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/pch.h')
-rw-r--r--toolsrc/include/pch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolsrc/include/pch.h b/toolsrc/include/pch.h
index 2c8b5b5f7..56f24f161 100644
--- a/toolsrc/include/pch.h
+++ b/toolsrc/include/pch.h
@@ -21,6 +21,7 @@
#include <string>
#include <regex>
+#include <filesystem>
#include <iostream>
#include <fstream>
#include <memory>
@@ -34,6 +35,8 @@
#include <cstdarg>
#include <codecvt>
#include <cctype>
+#include <cstdint>
#include <sys/timeb.h>
#include <time.h>
+#include <chrono>