Skip to content

Commit 6839555

Browse files
committed
Merge branch 'develop' of github.com:boostorg/mysql into develop
2 parents b287ff6 + 472e844 commit 6839555

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/boost/mysql/impl/internal/protocol/static_buffer.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <boost/core/span.hpp>
1515

1616
#include <array>
17+
#include <cstdint>
1718
#include <cstring>
1819

1920
namespace boost {

include/boost/mysql/metadata.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <boost/mysql/detail/flags.hpp>
1717

1818
#include <cstddef>
19+
#include <cstdint>
1920
#include <cstring>
2021
#include <vector>
2122

0 commit comments

Comments
 (0)