From 78e9e2fae403e930b5ca3ee1c772ad8008a833f1 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 16 Aug 2010 23:48:03 +0300 Subject: basic xep 027 implementation (only outgoing messages for now) //thx ghazan modified: commonheaders.h modified: utilities.cpp --- commonheaders.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commonheaders.h') diff --git a/commonheaders.h b/commonheaders.h index 08700d1..5290d38 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -27,6 +27,8 @@ using std::map; #include using std::list; +#include +using std::vector; #include using std::string; using std::wstring; -- cgit v1.2.3