summaryrefslogtreecommitdiff
path: root/nss-tool
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2017-01-13 16:54:43 +0100
committerTim Taubert <ttaubert@mozilla.com>2017-01-13 16:54:43 +0100
commit7a70f1b67f1c9b24de6190b70b4cb3141cd6aede (patch)
treeb71e0d100ad96a06641b8054b74e1a90edb12706 /nss-tool
parentf054c1f78afe1a5f6463cadf4b0e186252453848 (diff)
downloadnss-hg-7a70f1b67f1c9b24de6190b70b4cb3141cd6aede.tar.gz
Bug 1330980 - Add <vector> to dbtool.h to unbreak GYP builds r=bustage
Diffstat (limited to 'nss-tool')
-rw-r--r--nss-tool/db/dbtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nss-tool/db/dbtool.h b/nss-tool/db/dbtool.h
index 606d14cd1..41d78d08e 100644
--- a/nss-tool/db/dbtool.h
+++ b/nss-tool/db/dbtool.h
@@ -6,6 +6,7 @@
#define dbtool_h__
#include <string>
+#include <vector>
class DBTool {
public: