diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-24 13:24:33 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-24 13:24:33 +0000 |
commit | 6fb6adb873fdf453a9c712c5ec8cdfa3182d1973 (patch) | |
tree | 744d6c14da3f90cb03a2730b7de4e5f3ceba3e78 /protocols/Tox/src/common.h | |
parent | 90fae1963c8236f5fb8c73f490286539a7e061a7 (diff) |
Tox: work commit
- multimedia dialogs are reworked
- some fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index a470d0ae10..3e20832f55 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -53,6 +53,7 @@ struct CToxProto; #include "tox_menus.h"
#include "tox_address.h"
#include "tox_dialogs.h"
+#include "tox_profile.h"
#include "tox_options.h"
#include "tox_transfer.h"
#include "tox_multimedia.h"
|