forked from Lainports/freebsd-ports
libPJL- Printer Job Language library A library and a command-line tool to use PJL- HP Printer Job Language PR: ports/69382 Submitted by: Yonatan <Yonatan@xpert.com>
15 lines
311 B
C++
15 lines
311 B
C++
--- pjllists.cpp.orig Thu Aug 5 15:21:00 2004
|
|
+++ pjllists.cpp Thu Aug 5 15:21:15 2004
|
|
@@ -2,9 +2,11 @@
|
|
*
|
|
* $Id: pjllists.cpp,v 1.3 2002/07/05 16:41:26 fx Exp $
|
|
*/
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
#include "pjllists.h"
|
|
+
|
|
+using namespace std;
|
|
|
|
/* **************************
|
|
* PJLenv
|