opnsense-ports/textproc/htmltolatex/files/patch-util.cpp
Franco Fichtner 05ec040734 */*: sync with upstream
Taken from: FreeBSD
2015-05-23 07:42:34 +02:00

20 lines
336 B
C++

--- util.cpp.orig Fri Feb 21 03:47:33 2003
+++ util.cpp Fri Feb 21 03:47:46 2003
@@ -18,6 +18,9 @@
* Boston, MA 02111-1307, USA.
*
*/
+
+using namespace std;
+
#include "util.h"
#include <map>
#include <ctype.h>
@@ -35,7 +38,6 @@
#include "fetch.h"
}
#endif
-using namespace std;
static map<string,int> gsSpecialTable;