odr_test.cpp 456 B

123456789101112
  1. // Copyright 2019 Henry Schreiner, Hans Dembinski
  2. //
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // (See accompanying file LICENSE_1_0.txt
  5. // or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. // include all Boost.Histogram header here
  7. #include <boost/histogram.hpp>
  8. #include <boost/histogram/accumulators.hpp>
  9. #include <boost/histogram/axis/ostream.hpp>
  10. #include <boost/histogram/ostream.hpp>
  11. #include <boost/histogram/serialization.hpp>