From b4fc711758d92e65819e534276ad77a7c4e5d69c Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 23 Jan 2014 19:54:52 -0500 Subject: compile fix: forgot include for boost::math::isinf diff --git a/src/primitives.cc b/src/primitives.cc index 97c1fef..c9e1072 100644 --- a/src/primitives.cc +++ b/src/primitives.cc @@ -40,6 +40,8 @@ #include #include using namespace boost::assign; // bring 'operator+=()' into scope + +#include using boost::math::isinf; #define F_MINIMUM 0.01 -- cgit v0.10.1