From 9db13726b50a4f3ec58c09ba6e955e9aff4669b1 Mon Sep 17 00:00:00 2001 From: illyum Date: Sun, 15 Sep 2024 04:14:01 -0600 Subject: [PATCH] feat(build): update precompiled header --- engine/pch.hpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/engine/pch.hpp b/engine/pch.hpp index fe3dafe..2ae76d3 100644 --- a/engine/pch.hpp +++ b/engine/pch.hpp @@ -1,5 +1,12 @@ #pragma once -#include +#include +#include +#include +#include #include -#include \ No newline at end of file +#include +#include +#include +#include +#include