diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-06-16 19:21:28 +0200 |
---|---|---|
committer | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-06-16 19:21:28 +0200 |
commit | 57e071fdd9c6b7e7d0172b68435a42be78074f86 (patch) | |
tree | 7886abcc5be8b965f0ca5aae0031c0c937c76078 | |
parent | d913256072999865140a5a82c969e5c55d8ca6b2 (diff) | |
download | NorthstarLauncher-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.h | 1 |
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 |