Include stdint.h (#5164)

This commit is contained in:
davidroygsu 2023-03-22 10:44:55 -04:00 committed by GitHub
parent 1a52c14ee3
commit 5aab2a8fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
#ifndef INCLUDE_SPIRV_TOOLS_EXTRACT_SOURCE_HPP_ #ifndef INCLUDE_SPIRV_TOOLS_EXTRACT_SOURCE_HPP_
#define INCLUDE_SPIRV_TOOLS_EXTRACT_SOURCE_HPP_ #define INCLUDE_SPIRV_TOOLS_EXTRACT_SOURCE_HPP_
#include <stdint.h>
#include <string> #include <string>
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>