summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-05-19 11:56:58 -0400
committerDwight <dwight@10gen.com>2010-05-19 11:56:58 -0400
commitec4b5cb36795dc1f97cdb0a2fe7ac40b1f96deb7 (patch)
tree830571f1c5a0248594b00d5cff71343ef55568b0 /pch.h
parentc1a862ddd64b0b520ab13cae59f3485eb3a972be (diff)
downloadmongo-ec4b5cb36795dc1f97cdb0a2fe7ac40b1f96deb7.tar.gz
message passing
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/pch.h b/pch.h
index 8e6fe2cc9ef..ed3e5cbe756 100644
--- a/pch.h
+++ b/pch.h
@@ -94,8 +94,7 @@ namespace mongo {
#include "string.h"
#include "limits.h"
-///using namespace std;
-
+#include <boost/any.hpp>
#include <boost/archive/iterators/base64_from_binary.hpp>
#include <boost/archive/iterators/binary_from_base64.hpp>
#include <boost/archive/iterators/transform_width.hpp>