Skip to content

Commit 2c3d6de

Browse files
authored
Merge pull request #439 from ibis-hdl/develop
Include <cstddef> in <boost/test/data/size.hpp>
2 parents 1018532 + 27b4cdd commit 2c3d6de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/test/data/size.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
// STL
1919
#include <iosfwd>
20+
#include <cstddef>
2021

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

0 commit comments

Comments
 (0)