diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-16 23:48:03 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-16 23:48:03 +0300 |
commit | 78e9e2fae403e930b5ca3ee1c772ad8008a833f1 (patch) | |
tree | 693ccd8f169c478a4056fb00e678af105b3bbfc0 /commonheaders.h | |
parent | 6625610170411e9a5fcd43dfd66436fa12fd43e7 (diff) |
basic xep 027 implementation (only outgoing messages for now) //thx ghazan
modified: commonheaders.h
modified: utilities.cpp
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <list> using std::list; +#include <vector> +using std::vector; #include <string> using std::string; using std::wstring; |