Fixed the build for MSVC.

assembly_builder was missing an include for cstdint.
This commit is contained in:
Andrew Woloszyn 2016-08-10 09:45:15 -04:00
parent 485f513a29
commit 38c9471a0e

1
test/opt/assembly_builder.h Normal file → Executable file
View File

@ -28,6 +28,7 @@
#define LIBSPIRV_TEST_OPT_ASSEMBLY_BUILDER
#include <algorithm>
#include <cstdint>
#include <sstream>
#include <string>
#include <unordered_set>