diff options
author | dwight <dwight@10gen.com> | 2010-07-28 14:46:13 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-07-28 14:46:13 -0400 |
commit | 684486e7e0ada96a56ec601aa0b5ca24aacffc9e (patch) | |
tree | 77b324d765804692a627b0e510d9d399ae76ceb0 /bson | |
parent | bceacf2544acfb6c3509ca8db791e90fe41c8599 (diff) | |
download | mongo-684486e7e0ada96a56ec601aa0b5ca24aacffc9e.tar.gz |
towards vcxproj compile
Diffstat (limited to 'bson')
-rw-r--r-- | bson/bsonelement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bson/bsonelement.h b/bson/bsonelement.h index 04500354adf..2bbc640f7cb 100644 --- a/bson/bsonelement.h +++ b/bson/bsonelement.h @@ -19,6 +19,7 @@ #include <vector> #include <string.h> +#include "util/builder.h" namespace bson { typedef mongo::BSONElement be; |