From 20bf4654480aad68940c2bf019f2fc7cdde60b79 Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:41:43 +0300 Subject: [PATCH] Fix compilation error on Windows. --- ShaderRecomp/pch.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ShaderRecomp/pch.h b/ShaderRecomp/pch.h index 790969b..e59682c 100644 --- a/ShaderRecomp/pch.h +++ b/ShaderRecomp/pch.h @@ -1,5 +1,9 @@ #pragma once +#ifdef _WIN32 +#include +#endif + #include #include