summaryrefslogtreecommitdiff
path: root/bson
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-07-28 14:46:13 -0400
committerdwight <dwight@10gen.com>2010-07-28 14:46:13 -0400
commit684486e7e0ada96a56ec601aa0b5ca24aacffc9e (patch)
tree77b324d765804692a627b0e510d9d399ae76ceb0 /bson
parentbceacf2544acfb6c3509ca8db791e90fe41c8599 (diff)
downloadmongo-684486e7e0ada96a56ec601aa0b5ca24aacffc9e.tar.gz
towards vcxproj compile
Diffstat (limited to 'bson')
-rw-r--r--bson/bsonelement.h1
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;