freebsd-ports/devel/ixlib/files/patch-src::lex.xml.cc
Martin Wilke 6b15d3c17b - Unbreak fix build on 5.X
PR:		ports/106197
Submitted by:	Peter Johnson <johnson.peter@gmail.com>
2006-12-03 22:51:53 +00:00

16 lines
362 B
C++

--- src/lex.xml.cc.orig Tue Oct 23 12:24:43 2001
+++ src/lex.xml.cc Fri Dec 1 18:57:06 2006
@@ -24,9 +24,12 @@
#ifdef __cplusplus
#include <stdlib.h>
-#include <fstream>
+#include <iostream>
using std::istream;
using std::ostream;
+using std::cin;
+using std::cout;
+using std::cerr;
#include <unistd.h>
/* Use prototypes in function declarations. */