mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
20 lines
336 B
C++
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;
|
|
|