no using namespace in header file

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4137 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-06-24 15:49:39 +00:00
parent 49739cf0af
commit 9f5e637d21
2 changed files with 4 additions and 3 deletions

View file

@ -29,6 +29,8 @@
# include <errno.h>
#endif
using namespace std;
//////////////////////////////////////////////////////////////////////
// Utilities
//////////////////////////////////////////////////////////////////////