fixed Xcode compile error

This commit is contained in:
Attila Kocsis
2019-01-14 09:51:31 +01:00
parent b9b58296c7
commit d8dcf36a79

View File

@@ -14,6 +14,7 @@ BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG_GCC("-Wshadow") // warning: declaration of 'u
#include <ResourceLimits.h>
#include <SPIRV/SPVRemapper.h>
#include <SPIRV/GlslangToSpv.h>
#define SPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS
#include <spirv_msl.hpp>
BX_PRAGMA_DIAGNOSTIC_POP()