diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-10-27 15:46:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-10-27 15:46:11 +0000 |
commit | e7dbf6fab0eeb5d19feefbad4e7b6c4c99d46e9f (patch) | |
tree | 1cc644c7d99052a86353e617a6b97d22a15b6b34 /security/fwbuilder2/files/patch-ad | |
parent | Fix build on 4-stable. (diff) |
Fix build on 4-stable
PR: ports/72808
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=120321
Diffstat (limited to 'security/fwbuilder2/files/patch-ad')
-rw-r--r-- | security/fwbuilder2/files/patch-ad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/fwbuilder2/files/patch-ad b/security/fwbuilder2/files/patch-ad new file mode 100644 index 000000000000..b4d5ff617560 --- /dev/null +++ b/security/fwbuilder2/files/patch-ad @@ -0,0 +1,10 @@ +--- src/gui/ObjectManipulator.cpp.old Sun Oct 17 00:19:22 2004 ++++ src/gui/ObjectManipulator.cpp Sun Oct 17 00:19:41 2004 +@@ -97,6 +97,7 @@ + #include "fwbuilder/IntervalGroup.h" + + #include <iostream> ++#include <algorithm> + + using namespace std; + using namespace libfwbuilder; |