<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Manual backport of: https://github.com/boostorg/mysql/pull/475

--- boost_1_88_0/boost/mysql/metadata.hpp~	2025-04-03 13:37:28.000000000 +0200
+++ boost_1_88_0/boost/mysql/metadata.hpp	2025-05-06 23:03:30.772695192 +0200
@@ -15,6 +15,7 @@
 #include &lt;boost/mysql/detail/coldef_view.hpp&gt;
 #include &lt;boost/mysql/detail/flags.hpp&gt;
 
+#include &lt;cstdint&gt;
 #include &lt;string&gt;
 
 namespace boost {
--- boost_1_88_0/boost/mysql/impl/internal/protocol/static_buffer.hpp~	2025-04-03 13:37:28.000000000 +0200
+++ boost_1_88_0/boost/mysql/impl/internal/protocol/static_buffer.hpp	2025-05-06 23:04:12.609390270 +0200
@@ -14,6 +14,7 @@
 #include &lt;boost/core/span.hpp&gt;
 
 #include &lt;array&gt;
+#include &lt;cstdint&gt;
 #include &lt;cstring&gt;
 
 namespace boost {
</pre></body></html>