diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-06 15:24:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-06 15:24:22 +0000 |
commit | ff09caef8f4073cf0b967a126496e01f6c558cf5 (patch) | |
tree | eb9c9145aa960303ff6567de9e4dd9b0240d5130 /math/fityk/files | |
parent | Update to 0.8.2. (diff) |
- Update to 0.5.0.1
PR: ports/82942
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=138596
Diffstat (limited to 'math/fityk/files')
-rw-r--r-- | math/fityk/files/patch-src-numfuncs.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/fityk/files/patch-src-numfuncs.cpp b/math/fityk/files/patch-src-numfuncs.cpp new file mode 100644 index 000000000000..51aba8539591 --- /dev/null +++ b/math/fityk/files/patch-src-numfuncs.cpp @@ -0,0 +1,11 @@ +--- src/numfuncs.cpp.orig Sun May 22 01:35:44 2005 ++++ src/numfuncs.cpp Mon Jul 4 01:27:08 2005 +@@ -5,6 +5,8 @@ + #include "data.h" + #include "numfuncs.h" + ++#include <algorithm> ++ + using namespace std; + + vector<B_point>::iterator |