Skip to content

Commit

Permalink
Merge pull request #439 from ibis-hdl/develop
Browse files Browse the repository at this point in the history
Include <cstddef> in <boost/test/data/size.hpp>
  • Loading branch information
mborland authored Feb 3, 2025
2 parents 1018532 + 27b4cdd commit 2c3d6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/test/data/size.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

// STL
#include <iosfwd>
#include <cstddef>

#include <boost/test/detail/suppress_warnings.hpp>

Expand Down

0 comments on commit 2c3d6de

Please sign in to comment.