diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-03-04 15:13:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-03-04 15:13:16 +0000 |
commit | 161383aef5fe91e728e912b5df2d1591a0b221cd (patch) | |
tree | b278850226d8122957ca084f2c52c87f0e7bb885 /math/yacas/files/patch-src_mathcommands.cpp | |
parent | 309f8929ca2d7e5ab5c09ab9d7d761b6f526921d (diff) | |
download | ports-161383aef5fe91e728e912b5df2d1591a0b221cd.tar.gz ports-161383aef5fe91e728e912b5df2d1591a0b221cd.zip |
Notes
Diffstat (limited to 'math/yacas/files/patch-src_mathcommands.cpp')
-rw-r--r-- | math/yacas/files/patch-src_mathcommands.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/yacas/files/patch-src_mathcommands.cpp b/math/yacas/files/patch-src_mathcommands.cpp new file mode 100644 index 000000000000..caf0c481bc4d --- /dev/null +++ b/math/yacas/files/patch-src_mathcommands.cpp @@ -0,0 +1,10 @@ +--- src/mathcommands.cpp.orig 2016-02-04 14:54:05 UTC ++++ src/mathcommands.cpp +@@ -23,6 +23,7 @@ + #include "yacas/arggetter.h" + #include "yacas/string_utils.h" + ++#include <string> + #include <cstring> + #include <limits.h> + #include <stdlib.h> |