$FreeBSD: ports/textproc/htmltolatex/files/patch-util.cpp,v 1.1 2003/02/21 22:17:34 naddy Exp $ --- 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 #include @@ -35,7 +38,6 @@ #include "fetch.h" } #endif -using namespace std; static map gsSpecialTable;