]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.cpp
abdel likes short code
[lyx.git] / src / support / userinfo.cpp
index da86eb3355b96861dadaf0649ac8ef42197f983d..ca4e0e948077be62c8dba20631e24ac14dc682b1 100644 (file)
@@ -17,7 +17,7 @@
 #include <boost/assert.hpp>
 
 #if defined (_WIN32)
-# include "gettext.h"
+# include "support/gettext.h"
 # include <windows.h>
 # include <lmcons.h>
 #else
@@ -30,7 +30,7 @@
 # include <sys/types.h>
 #endif
 
-using std::string;
+using namespace std;
 
 namespace lyx {
 namespace support {