We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f387d1a commit 6035d66Copy full SHA for 6035d66
opencog/util/boost_ext/accumulators/statistics/geometric_mean_mirror.h
@@ -23,6 +23,8 @@
23
#ifndef OPENCOG_UTIL_GEOMETRIC_MEAN_MIRROR
24
#define OPENCOG_UTIL_GEOMETRIC_MEAN_MIRROR
25
26
+#include <cmath>
27
+
28
#include <boost/mpl/placeholders.hpp>
29
#include <boost/accumulators/framework/accumulator_base.hpp>
30
#include <boost/accumulators/framework/extractor.hpp>
0 commit comments