compile fix: forgot include for boost::math::isinf

export-menu
Marius Kintel 2014-01-23 19:54:52 -05:00
parent 34a758c7f6
commit b4fc711758
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@
#include <assert.h>
#include <boost/assign/std/vector.hpp>
using namespace boost::assign; // bring 'operator+=()' into scope
#include <boost/math/special_functions/fpclassify.hpp>
using boost::math::isinf;
#define F_MINIMUM 0.01