aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities/TaskScheduler.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-01-05 12:16:21 +0100
committerShauren <shauren.trinity@gmail.com>2023-08-12 14:27:25 +0200
commit73e7f0fe6d5ea2c75ad452effe9d7b95dd323ea2 (patch)
tree9ecf97ab29113b05a21a4953c8e4952076efbfd9 /src/common/Utilities/TaskScheduler.h
parentd0553d499b17b5e20640cea5187934ff0bcbc528 (diff)
Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from it
(cherry picked from commit 585900f42d064b9f6adc08015605931163ea79c8)
Diffstat (limited to 'src/common/Utilities/TaskScheduler.h')
-rw-r--r--src/common/Utilities/TaskScheduler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Utilities/TaskScheduler.h b/src/common/Utilities/TaskScheduler.h
index 6bd50cf5b6d..4d6761780be 100644
--- a/src/common/Utilities/TaskScheduler.h
+++ b/src/common/Utilities/TaskScheduler.h
@@ -22,7 +22,6 @@
#include "Optional.h"
#include "Random.h"
#include <algorithm>
-#include <chrono>
#include <functional>
#include <vector>
#include <queue>