summaryrefslogtreecommitdiff
path: root/src/utils/stringvector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/stringvector.h')
-rw-r--r--src/utils/stringvector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/stringvector.h b/src/utils/stringvector.h
index 4c060b9b9..7649f3b35 100644
--- a/src/utils/stringvector.h
+++ b/src/utils/stringvector.h
@@ -21,8 +21,9 @@
#ifndef UTILS_STRINGVECTOR_H
#define UTILS_STRINGVECTOR_H
+#include "utils/vector.h"
+
#include <string>
-#include <vector>
typedef std::vector<std::string> StringVect;
typedef StringVect::iterator StringVectIter;