Skip to content

Commit faf6b39

Browse files
authored
Merge pull request #62 from ngeiswei/fix-#44
Fix ‘pow’ is not a member of ‘std’
2 parents f387d1a + 6035d66 commit faf6b39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opencog/util/boost_ext/accumulators/statistics/geometric_mean_mirror.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#ifndef OPENCOG_UTIL_GEOMETRIC_MEAN_MIRROR
2424
#define OPENCOG_UTIL_GEOMETRIC_MEAN_MIRROR
2525

26+
#include <cmath>
27+
2628
#include <boost/mpl/placeholders.hpp>
2729
#include <boost/accumulators/framework/accumulator_base.hpp>
2830
#include <boost/accumulators/framework/extractor.hpp>

0 commit comments

Comments
 (0)