diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-29 22:11:08 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-29 22:11:08 +0000 |
commit | beaf93e92827b7bcc77c9f6b2a0c7097d355151c (patch) | |
tree | 0cc6549ce3f4073a261cdd10e3eed761fc3c4648 /protocols/Tox/src/common.h | |
parent | d8e0b2d36e1944ab747012ed7ba4612f0da48854 (diff) |
Tox: added files receiving
git-svn-id: http://svn.miranda-ng.org/main/trunk@10339 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 545600d409..bb417850ca 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -10,6 +10,7 @@ #include <iomanip>
#include <vector>
#include <regex>
+#include <map>
#include <newpluginapi.h>
|