axis.hpp 490 B

1234567891011121314151617
  1. // Copyright 2018 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. #ifndef BOOST_HISTOGRAM_AXIS_HPP
  7. #define BOOST_HISTOGRAM_AXIS_HPP
  8. #include <boost/histogram/axis/category.hpp>
  9. #include <boost/histogram/axis/integer.hpp>
  10. #include <boost/histogram/axis/regular.hpp>
  11. #include <boost/histogram/axis/variable.hpp>
  12. #include <boost/histogram/axis/variant.hpp>
  13. #endif