mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-10 07:14:05 +00:00
11 lines
403 B
C++
11 lines
403 B
C++
// Copyright 2019 Henry Schreiner, Hans Dembinski
|
|
//
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
// (See accompanying file LICENSE_1_0.txt
|
|
// or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
// include all Boost.Histogram header here; see odr_main_test.cpp for details
|
|
#include <boost/histogram.hpp>
|
|
#include <boost/histogram/ostream.hpp>
|
|
#include <boost/histogram/serialization.hpp>
|