Added missing <cstdint> in bitutils.
authorAndrew Woloszyn <awoloszyn@google.com>
Wed, 24 Feb 2016 20:26:05 +0000 (15:26 -0500)
committerAndrew Woloszyn <awoloszyn@google.com>
Wed, 24 Feb 2016 20:26:05 +0000 (15:26 -0500)
This was breaking MSVC2013.

source/util/bitutils.h

index 44299ae..4bbcd32 100644 (file)
@@ -27,6 +27,7 @@
 #ifndef LIBSPIRV_UTIL_BITUTILS_H_
 #define LIBSPIRV_UTIL_BITUTILS_H_
 
+#include <cstdint>
 #include <cstring>
 
 namespace spvutils {