diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-30 06:14:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-30 06:14:41 +0000 |
commit | 8914aaead00918adcd2054814813a141c171a14e (patch) | |
tree | bdcd1e42b5d9a14573f44835cafc06380788d163 /math/optpp/files/patch-include_ConstraintBase.h | |
parent | emulators/mame: upgrade 0.200 -> 0.209 (diff) |
New poert: math/optpp: Object-oriented nonlinear optimization library
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" + |