summaryrefslogtreecommitdiff
path: root/factory.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-08-14 00:55:43 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-08-14 00:55:43 +0000
commit52c8201e056c136b6d178414e93754eb8e5f1d2c (patch)
tree90de0c8b722c85b2e2bb0c4e2d4df953f0cef6ed /factory.h
parentd1fbb8a047100fb8e424f69b2e7e4eb6ac289c53 (diff)
downloadcryptopp-52c8201e056c136b6d178414e93754eb8e5f1d2c.tar.gz
fix gcc compile errors and warnings
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@388 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'factory.h')
-rw-r--r--factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/factory.h b/factory.h
index a775a54..482057d 100644
--- a/factory.h
+++ b/factory.h
@@ -3,6 +3,7 @@
#include "cryptlib.h"
#include <map>
+#include <vector>
NAMESPACE_BEGIN(CryptoPP)