diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/primitives.cc | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/primitives.cc b/src/primitives.cc index c7ebb82..97c1fef 100644 --- a/src/primitives.cc +++ b/src/primitives.cc @@ -40,6 +40,7 @@  #include <assert.h>  #include <boost/assign/std/vector.hpp>  using namespace boost::assign; // bring 'operator+=()' into scope +using boost::math::isinf;  #define F_MINIMUM 0.01  | 
