diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-23 19:06:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-23 19:06:19 +0000 |
commit | 593f9dff959427714e8d42aa45487c6b600e40be (patch) | |
tree | 603f056052f99aac7e527814fd938cebe1ea643b /devel/eboxy/files/patch-eboxy::basewidgets::stringlist.cpp | |
parent | - Update to version 5.6.2 (diff) |
- Update to version 0.4.1
PR: ports/67081
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=109808
Diffstat (limited to 'devel/eboxy/files/patch-eboxy::basewidgets::stringlist.cpp')
-rw-r--r-- | devel/eboxy/files/patch-eboxy::basewidgets::stringlist.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/eboxy/files/patch-eboxy::basewidgets::stringlist.cpp b/devel/eboxy/files/patch-eboxy::basewidgets::stringlist.cpp new file mode 100644 index 000000000000..8802cdfc0ff6 --- /dev/null +++ b/devel/eboxy/files/patch-eboxy::basewidgets::stringlist.cpp @@ -0,0 +1,10 @@ +--- eboxy/basewidgets/stringlist.cpp.orig Thu May 20 16:46:55 2004 ++++ eboxy/basewidgets/stringlist.cpp Thu May 20 20:56:53 2004 +@@ -18,6 +18,7 @@ + #include <cstring> + #include <iostream> + #include <vector> ++#include <string> + + #include "stringlist.h" + |