opnsense-ports/textproc/htmltolatex/files/patch-abstractTable.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
405 B
C++

--- abstractTable.cpp.orig Wed Oct 10 05:24:26 2001
+++ abstractTable.cpp Sat Aug 16 16:13:04 2003
@@ -18,15 +18,16 @@
* Boston, MA 02111-1307, USA.
*
*/
+
+using namespace std;
+
#include "abstractTable.h"
#include "safe_ostrstream.h"
#include "util.h"
+#include <cassert>
#include <stdio.h>
//#define DEBUG 1
-
-using namespace std;
-
ostream& operator<<(ostream &o,const tabCell &c)
{