<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From a4edf44280b4456ed9d4267fff27a6040221b566 Mon Sep 17 00:00:00 2001
From: Sergey Fedorov &lt;barracuda@macos-powerpc.org&gt;
Date: Sun, 1 Dec 2024 08:39:11 +0800
Subject: [PATCH] gltf_utils.h: add a missing &lt;cstdint&gt;

---
 src/draco/io/gltf_utils.h | 1 +
 1 file changed, 1 insertion(+)

diff --git src/draco/io/gltf_utils.h src/draco/io/gltf_utils.h
index befbacb..4547d42 100644
--- src/draco/io/gltf_utils.h
+++ src/draco/io/gltf_utils.h
@@ -21,6 +21,7 @@
 #include &lt;iomanip&gt;
 #include &lt;sstream&gt;
 #include &lt;string&gt;
+#include &lt;cstdint&gt;
 
 namespace draco {
 
</pre></body></html>