diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-24 06:41:32 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-24 06:41:32 +0000 |
commit | 930fa5e62b924b66bee881070fd9619994da202d (patch) | |
tree | 37c3b9c6ddd2b98c71b08f8e104dcd04ff7341d5 /protocols/Tox/src/common.h | |
parent | 13b99e9e773a322b5fdd7cf4f6f6004a28472eeb (diff) |
Tox: work commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@13061 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 75c1e48f58..a470d0ae10 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -6,9 +6,12 @@ #include <time.h>
#include <commctrl.h>
+#include <mmreg.h>
+
#include <string>
#include <vector>
#include <regex>
+#include <queue>
#include <map>
#include <newpluginapi.h>
|