aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>2022-06-16 19:21:28 +0200
committerKawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>2022-06-16 19:21:28 +0200
commit57e071fdd9c6b7e7d0172b68435a42be78074f86 (patch)
tree7886abcc5be8b965f0ca5aae0031c0c937c76078
parentd913256072999865140a5a82c969e5c55d8ca6b2 (diff)
downloadNorthstarLauncher-57e071fdd9c6b7e7d0172b68435a42be78074f86.tar.gz
NorthstarLauncher-57e071fdd9c6b7e7d0172b68435a42be78074f86.zip
Add 'chrono' to PCH
Included in more recent commits from upstream, but these should be in the PCH.
-rw-r--r--NetConsole/pch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/NetConsole/pch.h b/NetConsole/pch.h
index bc438237..5e917f10 100644
--- a/NetConsole/pch.h
+++ b/NetConsole/pch.h
@@ -27,6 +27,7 @@
#include <regex>
#include <thread>
#include <set>
+#include <chrono>
#include "spdlog/spdlog.h"
#endif