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

--- texlive-20250308-source/texk/dvisvgm/dvisvgm-src/libs/woff2/include/woff2/output.h	2022-08-29 14:52:14.000000000 +0100
+++ texlive-20250308-source/texk/dvisvgm/dvisvgm-src/libs/woff2/include/woff2/output.h	2025-07-07 03:34:50.167524909 +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>