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

--- graphite2-1.3.14/tests/featuremap/featuremaptest.cpp	2020-04-01 03:53:13.000000000 +0100
+++ graphite2-1.3.14/tests/featuremap/featuremaptest.cpp	2025-07-04 02:29:27.101884084 +0100
@@ -21,6 +21,7 @@
 */
 #include &lt;cassert&gt;
 #include &lt;cstdlib&gt;
+#include &lt;cstdint&gt;
 #include &lt;fstream&gt;
 #include &lt;iostream&gt;
 #include &lt;map&gt;
</pre></body></html>