quick fix for global namespace pollution (mostly client)

This commit is contained in:
metagoto
2009-10-18 08:35:03 +08:00
committed by Eliot
parent b8963886b7
commit 14cd7183e6
3 changed files with 12 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ jmp_buf jbuf;
#include "../util/unittest.h"
#include "utils.h"
using namespace std;
using namespace boost::filesystem;
extern const char * jsconcatcode;
string historyFile;