From 57e071fdd9c6b7e7d0172b68435a42be78074f86 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Thu, 16 Jun 2022 19:21:28 +0200 Subject: Add 'chrono' to PCH Included in more recent commits from upstream, but these should be in the PCH. --- NetConsole/pch.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include "spdlog/spdlog.h" #endif -- cgit v1.2.3