diff options
author | Dwight <dmerriman@gmail.com> | 2007-10-30 11:35:17 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2007-10-30 11:35:17 -0400 |
commit | fc316ba2be028181eb745f3a0effe9988a55b588 (patch) | |
tree | 19e48e6cb46ec10d31724f7e453aeef9d2a7f938 /stdafx.h | |
parent | 1e7d144631b797be819dd3006bdff1c32afbbc45 (diff) | |
download | mongo-fc316ba2be028181eb745f3a0effe9988a55b588.tar.gz |
update, delete
Diffstat (limited to 'stdafx.h')
-rw-r--r-- | stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); }
|