summaryrefslogtreecommitdiff
path: root/commonheaders.h
diff options
context:
space:
mode:
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;