summaryrefslogtreecommitdiff
path: root/boost/histogram/axis.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/histogram/axis.hpp')
-rw-r--r--boost/histogram/axis.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/boost/histogram/axis.hpp b/boost/histogram/axis.hpp
new file mode 100644
index 0000000000..7faa14763b
--- /dev/null
+++ b/boost/histogram/axis.hpp
@@ -0,0 +1,16 @@
+// Copyright 2018 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)
+
+#ifndef BOOST_HISTOGRAM_AXIS_HPP
+#define BOOST_HISTOGRAM_AXIS_HPP
+
+#include <boost/histogram/axis/category.hpp>
+#include <boost/histogram/axis/integer.hpp>
+#include <boost/histogram/axis/regular.hpp>
+#include <boost/histogram/axis/variable.hpp>
+#include <boost/histogram/axis/variant.hpp>
+
+#endif