mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 23:04:07 +00:00
missing headers
This commit is contained in:
parent
94857351cc
commit
78679e5fa9
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include <boost/histogram/detail/counting_streambuf.hpp>
|
#include <boost/histogram/detail/counting_streambuf.hpp>
|
||||||
#include <boost/histogram/fwd.hpp>
|
#include <boost/histogram/fwd.hpp>
|
||||||
#include <iosfwd>
|
#include <ios>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file boost/histogram/accumulators/ostream.hpp
|
\file boost/histogram/accumulators/ostream.hpp
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
#define BOOST_HISTOGRAM_DETAIL_STATIC_IF_HPP
|
#define BOOST_HISTOGRAM_DETAIL_STATIC_IF_HPP
|
||||||
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
#include <utility>
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
namespace histogram {
|
namespace histogram {
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#include <boost/histogram/indexed.hpp>
|
#include <boost/histogram/indexed.hpp>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
#include <ios>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user