Add stdint.h to spirv_msl.hpp

This commit is contained in:
twinaphex 2018-02-04 18:55:22 +01:00
parent d2fa1f177d
commit a180b1094e

View File

@ -18,6 +18,7 @@
#define SPIRV_CROSS_MSL_HPP
#include "spirv_glsl.hpp"
#include <stdint.h>
#include <limits>
#include <map>
#include <set>