nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/host/BorrowedImage.h b/host/BorrowedImage.h
2index ed2890568..51ea2b6b1 100644
3--- a/host/BorrowedImage.h
4+++ b/host/BorrowedImage.h
5@@ -12,6 +12,7 @@
6 // See the License for the specific language governing permissions and
7 // limitations under the License.
8
9+#include <cstdint>
10 #pragma once
11
12 namespace gfxstream {
13diff --git a/host/compressedTextureFormats/AstcCpuDecompressor.h b/host/compressedTextureFormats/AstcCpuDecompressor.h
14index 4823ee255..3af0bdc64 100644
15--- a/host/compressedTextureFormats/AstcCpuDecompressor.h
16+++ b/host/compressedTextureFormats/AstcCpuDecompressor.h
17@@ -15,6 +15,7 @@
18
19 #include <memory>
20 #include <string>
21+#include <cstdint>
22
23 namespace gfxstream {
24 namespace vk {
25diff --git a/host/magma/DrmContext.h b/host/magma/DrmContext.h
26index db3ef45e4..5030c7dd6 100644
27--- a/host/magma/DrmContext.h
28+++ b/host/magma/DrmContext.h
29@@ -16,6 +16,7 @@
30
31 #include <memory>
32 #include <optional>
33+#include <cstdint>
34
35 #include "aemu/base/Compiler.h"
36
37diff --git a/host/vulkan/BufferVk.h b/host/vulkan/BufferVk.h
38index 9016fd745..a8a3fe3eb 100644
39--- a/host/vulkan/BufferVk.h
40+++ b/host/vulkan/BufferVk.h
41@@ -14,6 +14,7 @@
42
43 #include <memory>
44 #include <vector>
45+#include <cstdint>
46
47 namespace gfxstream {
48 namespace vk {
49