summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_types.h2
-rw-r--r--include/m_utils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/m_types.h b/include/m_types.h
index dd22aa373f..8740be7f30 100644
--- a/include/m_types.h
+++ b/include/m_types.h
@@ -32,6 +32,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <wchar.h>
#include <netinet/in.h>
+using namespace std;
+
#define CALLBACK
#define EXTERN_C extern "C"
diff --git a/include/m_utils.h b/include/m_utils.h
index 9e3f8139e0..f6f06f9988 100644
--- a/include/m_utils.h
+++ b/include/m_utils.h
@@ -424,8 +424,6 @@ namespace PU
MIR_APP_DLL(int) SafeCreateDirectory(const wchar_t *pwszFolder);
MIR_APP_DLL(int) SafeDeleteDirectory(const wchar_t *pwszDirName);
MIR_APP_DLL(int) SafeCreateFilePath(const wchar_t *pwszFolder);
-
-
};
#endif // M_UTILS_H__