diff options
author | ghazan <ghazan@miranda.im> | 2021-12-26 14:36:32 +0300 |
---|---|---|
committer | ghazan <ghazan@miranda.im> | 2021-12-26 14:36:32 +0300 |
commit | 129687d805025b4e292174ffb3d224a55baf24d2 (patch) | |
tree | f07999fd9a604d81a9905a95c7b26f4caa9161d8 /include/m_types.h | |
parent | 4f510d6e82caeee262234d7b83ce2c4db3c82102 (diff) |
further code cleaning
Diffstat (limited to 'include/m_types.h')
-rw-r--r-- | include/m_types.h | 2 |
1 files changed, 2 insertions, 0 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" |