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