Skip to content

Commit

Permalink
cstdint missing header in coldef_view
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Dec 13, 2023
1 parent a158d41 commit a49c185
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/boost/mysql/detail/coldef_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <boost/mysql/column_type.hpp>
#include <boost/mysql/string_view.hpp>

#include <cstdint>

namespace boost {
namespace mysql {
namespace detail {
Expand Down

0 comments on commit a49c185

Please sign in to comment.