diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-31 12:00:47 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-31 12:00:47 +0000 |
commit | 6967fb68000cdf3431343ede41addcc5db2dfbae (patch) | |
tree | e20d0195adb6798a6ba11dc813731054270d9003 /protocols/Tox/src/stdafx.h | |
parent | 1ce3da1cca093143d9629bc46e221dd8be962e12 (diff) |
Tox: added support of assocmgr
git-svn-id: http://svn.miranda-ng.org/main/trunk@13933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/stdafx.h')
-rw-r--r-- | protocols/Tox/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index c9470524b2..82ef5e31e3 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -37,8 +37,8 @@ #include <m_clist.h>
#include <m_clistint.h>
#include <m_gui.h>
-
#include <m_folders.h>
+#include <m_assocmgr.h>
#include <tox.h>
#include <toxav.h>
|