2
0
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:
Peter Dimov
2020-12-24 16:21:54 +02:00
parent b8d5df3116
commit 1e778bfc22
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#define BOOST_RANDOM_DETAIL_NIEDERREITER_BASE2_TABLE_HPP
#include <boost/config.hpp>
#include <cstddef>
namespace boost {
namespace random {

View File

@@ -10,6 +10,7 @@
#define BOOST_RANDOM_DETAIL_SOBOL_TABLE_HPP
#include <boost/config.hpp>
#include <cstddef>
namespace boost {
namespace random {