diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-21 04:28:31 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-21 04:28:31 +0000 |
commit | c546793b2a39c59a688e972e06138f0c6b432f63 (patch) | |
tree | d553f59e1999b62e49afbcb815305e41649dc290 /protocols/Tox/src/common.h | |
parent | 78bcdef0ca6f1ee54b5e3d1d728e5d6808fd6ed0 (diff) |
Tox: ability to search friends via toxme.se
git-svn-id: http://svn.miranda-ng.org/main/trunk@10249 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 745216b542..c039f5fc75 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -9,6 +9,7 @@ #include <sstream>
#include <iomanip>
#include <vector>
+#include <regex>
#include <newpluginapi.h>
|