From 8914aaead00918adcd2054814813a141c171a14e Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 30 Apr 2019 06:14:41 +0000 Subject: New poert: math/optpp: Object-oriented nonlinear optimization library --- math/optpp/files/patch-include_ConstraintBase.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 math/optpp/files/patch-include_ConstraintBase.h (limited to 'math/optpp/files/patch-include_ConstraintBase.h') 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 ++#include + + #include "globals.h" + -- cgit v1.2.3