summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2007-10-30 11:35:17 -0400
committerDwight <dmerriman@gmail.com>2007-10-30 11:35:17 -0400
commitfc316ba2be028181eb745f3a0effe9988a55b588 (patch)
tree19e48e6cb46ec10d31724f7e453aeef9d2a7f938 /stdafx.h
parent1e7d144631b797be819dd3006bdff1c32afbbc45 (diff)
downloadmongo-fc316ba2be028181eb745f3a0effe9988a55b588.tar.gz
update, delete
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index f96bdb1474e..baaad8fe55e 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -21,6 +21,10 @@ typedef char _TCHAR;
#include <fstream>
using namespace std;
+#include <map>
+#include <string>
+#include <vector>
+
#if !defined(_WIN32)
typedef int HANDLE;
inline void strcpy_s(char *dst, unsigned len, const char *src) { strcpy(dst, src); }