diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2014-01-14 23:50:59 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2014-01-14 23:50:59 (GMT) |
commit | 5f0ccc3e508f070dd4155fb942db56ac310f85fe (patch) | |
tree | 5e0b92a7d6c58beb935cbeffa1cd954572095e03 | |
parent | 7af692282911931279a330308d1e123ed9d1d1fe (diff) |
fix broken build on mingw / mxe
-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 |