summaryrefslogtreecommitdiff
path: root/commonheaders.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-16 23:48:03 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-16 23:48:03 +0300
commit78e9e2fae403e930b5ca3ee1c772ad8008a833f1 (patch)
tree693ccd8f169c478a4056fb00e678af105b3bbfc0 /commonheaders.h
parent6625610170411e9a5fcd43dfd66436fa12fd43e7 (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.h2
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;