From 4ccffdbd9c920961cee8652558d47a9f4ffc27b0 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 12 Nov 2019 10:35:21 +0800 Subject: [PATCH] =?UTF-8?q?win=E4=B8=8B=E5=A2=9E=E5=8A=A0llvm=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=99=A8=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/platform/Platform.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/hgl/platform/Platform.h b/inc/hgl/platform/Platform.h index 43e9522..37589cf 100644 --- a/inc/hgl/platform/Platform.h +++ b/inc/hgl/platform/Platform.h @@ -215,6 +215,8 @@ #if HGL_COMPILER == HGL_COMPILER_Microsoft #include + #elif HGL_COMPILER == HGL_COMPILER_LLVM + #include #elif HGL_COMPILER == HGL_COMPILER_Intel #include #elif HGL_COMPILER == HGL_COMPILER_IBM