From 86b48eb02260759b092c83308f7bddf71505971c Mon Sep 17 00:00:00 2001 From: jacob1 Date: Mon, 28 Jun 2021 21:09:15 -0400 Subject: [PATCH] Fix github actions compile error (?) Only added Platform.h because all the other common/ stuff was there. I have absolutely no idea what caused the failure if it's not this --- pch/pch_cpp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pch/pch_cpp.h b/pch/pch_cpp.h index 99138369a..0618335b0 100644 --- a/pch/pch_cpp.h +++ b/pch/pch_cpp.h @@ -1,7 +1,6 @@ #include "Config.h" #include "common/Format.h" -#include "common/Platform.h" #include "common/Singleton.h" #include "common/String.h" #include "common/tpt-compat.h"