freebsd-ports/x11-wm/jewel/files/patch-goodies-appbar_main.cc
Martin Wilke 5e8cd93f02 - Fix build with GCC 4.2
- Respect PORTDOCS
- Pass maintainership to submitter

PR:		118472
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (erwin)
2007-12-10 22:19:13 +00:00

12 lines
339 B
C++

--- goodies/appbar/main.cc.orig 2007-12-06 20:48:09.000000000 +0100
+++ goodies/appbar/main.cc 2007-12-06 20:48:46.000000000 +0100
@@ -33,6 +33,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <iostream>
+using namespace std;
+
#include "appbar.hh"
int main(int argc, char* argv[])