diff options
Diffstat (limited to 'math/optpp/files/patch-include_ConstraintBase.h')
-rw-r--r-- | math/optpp/files/patch-include_ConstraintBase.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/optpp/files/patch-include_ConstraintBase.h b/math/optpp/files/patch-include_ConstraintBase.h new file mode 100644 index 000000000000..663a84100278 --- /dev/null +++ b/math/optpp/files/patch-include_ConstraintBase.h @@ -0,0 +1,10 @@ +--- include/ConstraintBase.h.orig 2019-04-30 05:23:10 UTC ++++ include/ConstraintBase.h +@@ -8,6 +8,7 @@ + ----------------------------------------------------------------------*/ + + #include <iostream> ++#include <float.h> + + #include "globals.h" + |