Skip to content

Commit

Permalink
Merge pull request #62 from ngeiswei/fix-#44
Browse files Browse the repository at this point in the history
Fix ‘pow’ is not a member of ‘std’
  • Loading branch information
ngeiswei authored Dec 12, 2016
2 parents f387d1a + 6035d66 commit faf6b39
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#ifndef OPENCOG_UTIL_GEOMETRIC_MEAN_MIRROR
#define OPENCOG_UTIL_GEOMETRIC_MEAN_MIRROR

#include <cmath>

#include <boost/mpl/placeholders.hpp>
#include <boost/accumulators/framework/accumulator_base.hpp>
#include <boost/accumulators/framework/extractor.hpp>
Expand Down

0 comments on commit faf6b39

Please sign in to comment.