Add stdint.h to spirv_msl.hpp
This commit is contained in:
parent
d2fa1f177d
commit
a180b1094e
|
@ -18,6 +18,7 @@
|
||||||
#define SPIRV_CROSS_MSL_HPP
|
#define SPIRV_CROSS_MSL_HPP
|
||||||
|
|
||||||
#include "spirv_glsl.hpp"
|
#include "spirv_glsl.hpp"
|
||||||
|
#include <stdint.h>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
Loading…
Reference in New Issue