mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-12 00:07:12 +03:00
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/41966 Signed-off-by: Sam James <sam@gentoo.org>
23 lines
733 B
Diff
23 lines
733 B
Diff
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 <boost/mysql/detail/coldef_view.hpp>
|
|
#include <boost/mysql/detail/flags.hpp>
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
|
|
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 <boost/core/span.hpp>
|
|
|
|
#include <array>
|
|
+#include <cstdint>
|
|
#include <cstring>
|
|
|
|
namespace boost {
|