move using namespace below includes
fixes ambiguity between <wchar.h> and <cwchar>
This commit is contained in:
parent
e5c99175c5
commit
99b06288ba
@ -16,7 +16,6 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <sstream>
|
||||
using namespace std;
|
||||
|
||||
#include <util/bmem.h>
|
||||
#include <util/platform.h>
|
||||
@ -25,6 +24,7 @@ using namespace std;
|
||||
#include "window-obs-basic.hpp"
|
||||
#include "obs-wrappers.hpp"
|
||||
#include "wx-wrappers.hpp"
|
||||
using namespace std;
|
||||
|
||||
IMPLEMENT_APP(OBSApp);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user