From 50392ec2dc793527c90df04a8cdb7f81e2368fd8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 30 Oct 2022 11:04:12 +0100 Subject: fix pch initial build --- editor/precomp.hpp | 1 + main/precomp.hpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/editor/precomp.hpp b/editor/precomp.hpp index b1652eaf..f309133a 100644 --- a/editor/precomp.hpp +++ b/editor/precomp.hpp @@ -2,6 +2,7 @@ #include "src/precomp.hpp" #include + #include #include diff --git a/main/precomp.hpp b/main/precomp.hpp index 3d4db648..734fc72b 100644 --- a/main/precomp.hpp +++ b/main/precomp.hpp @@ -12,6 +12,8 @@ #include #include +#if __has_include() #include #include #include +#endif -- cgit v1.2.3