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/fwbuilder/files/patch-ac | |
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/fwbuilder/files/patch-ac')
-rw-r--r-- | security/fwbuilder/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/fwbuilder/files/patch-ac b/security/fwbuilder/files/patch-ac new file mode 100644 index 000000000000..12e05cb7ad36 --- /dev/null +++ b/security/fwbuilder/files/patch-ac @@ -0,0 +1,10 @@ +--- src/gui/FWBTree.cpp.old Sun Oct 17 00:16:10 2004 ++++ src/gui/FWBTree.cpp Sun Oct 17 00:17:21 2004 +@@ -51,6 +51,7 @@ + #include "fwbuilder/IntervalGroup.h" + + #include <iostream> ++#include <algorithm> + + using namespace std; + using namespace libfwbuilder; |