diff options
author | Dwight <dwight@10gen.com> | 2010-05-19 11:56:58 -0400 |
---|---|---|
committer | Dwight <dwight@10gen.com> | 2010-05-19 11:56:58 -0400 |
commit | ec4b5cb36795dc1f97cdb0a2fe7ac40b1f96deb7 (patch) | |
tree | 830571f1c5a0248594b00d5cff71343ef55568b0 /pch.h | |
parent | c1a862ddd64b0b520ab13cae59f3485eb3a972be (diff) | |
download | mongo-ec4b5cb36795dc1f97cdb0a2fe7ac40b1f96deb7.tar.gz |
message passing
Diffstat (limited to 'pch.h')
-rw-r--r-- | pch.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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> |