mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 23:04:07 +00:00
8 lines
161 B
C++
8 lines
161 B
C++
#ifndef _HISTOGRAM_I3HISTOGRAM_H_
|
|
#define _HISTOGRAM_I3HISTOGRAM_H_
|
|
|
|
#include <boost/histogram/nhistogram.hpp>
|
|
#include <boost/histogram/whistogram.hpp>
|
|
|
|
#endif
|