From 5f0ccc3e508f070dd4155fb942db56ac310f85fe Mon Sep 17 00:00:00 2001 From: Don Bright Date: Tue, 14 Jan 2014 17:50:59 -0600 Subject: fix broken build on mingw / mxe 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 #include using namespace boost::assign; // bring 'operator+=()' into scope +using boost::math::isinf; #define F_MINIMUM 0.01 -- cgit v0.10.1