<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Add missing #include.

Upstream bug: https://github.com/google/woff2/pull/176

--- v1.0.2/include/woff2/output.h	2018-03-13 12:19:34.000000000 +0000
+++ v1.0.2/include/woff2/output.h	2025-07-06 22:10:35.379490400 +0100
@@ -10,6 +10,7 @@
 #define WOFF2_WOFF2_OUT_H_
 
 #include &lt;algorithm&gt;
+#include &lt;cstdint&gt;
 #include &lt;cstring&gt;
 #include &lt;memory&gt;
 #include &lt;string&gt;
</pre></body></html>