mirror of
https://github.com/boostorg/random.git
synced 2026-01-19 04:22:17 +00:00
Add missing <cstddef> includes
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#define BOOST_RANDOM_DETAIL_NIEDERREITER_BASE2_TABLE_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <cstddef>
|
||||
|
||||
namespace boost {
|
||||
namespace random {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#define BOOST_RANDOM_DETAIL_SOBOL_TABLE_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <cstddef>
|
||||
|
||||
namespace boost {
|
||||
namespace random {
|
||||
|
||||
Reference in New Issue
Block a user