mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-28 10:41:04 +00:00
Fixed the build for MSVC.
assembly_builder was missing an include for cstdint.
This commit is contained in:
parent
485f513a29
commit
38c9471a0e
1
test/opt/assembly_builder.h
Normal file → Executable file
1
test/opt/assembly_builder.h
Normal file → Executable file
@ -28,6 +28,7 @@
|
||||
#define LIBSPIRV_TEST_OPT_ASSEMBLY_BUILDER
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
|
Loading…
Reference in New Issue
Block a user