diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-11 18:47:10 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-11 18:47:10 +0000 |
commit | 9f7023fdefc4bbdc888c8bb208bc79bbaa8df225 (patch) | |
tree | 30a29895f906c96f62349e17adf17a58ae004ff4 /protocols/Tox/src/common.h | |
parent | f1e6c9b63fc90e6fbbcfcef52912ad0fda768302 (diff) |
Tox: added friend list loading
git-svn-id: http://svn.miranda-ng.org/main/trunk@10157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 7aaddd04b4..d9bc42d4ce 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -5,6 +5,11 @@ #include <windows.h>
#include <time.h>
+#include <string>
+#include <sstream>
+#include <iomanip>
+#include <vector>
+
#include <newpluginapi.h>
#include <m_protoint.h>
@@ -24,4 +29,6 @@ extern HINSTANCE g_hInstance;
+#define TOX_SETTING_ID "ToxID"
+
#endif //_COMMON_H_
\ No newline at end of file |