summaryrefslogtreecommitdiff
path: root/src/mongo/bson
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-11 17:13:20 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-15 07:04:27 -0500
commitd03f92f7822e46bec820c3e0d3cd39f81fc6bf80 (patch)
treea6f86b07ec40a032df6b17b75b6a9682dd739bc9 /src/mongo/bson
parentca51fdc7bcf08b59bd61cde173fae42d6db81b1d (diff)
downloadmongo-d03f92f7822e46bec820c3e0d3cd39f81fc6bf80.tar.gz
SERVER-13256 Remove debug_util.h from pch.h
Diffstat (limited to 'src/mongo/bson')
-rw-r--r--src/mongo/bson/mutable/document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/mutable/document.cpp b/src/mongo/bson/mutable/document.cpp
index e3eccfb18c7..e975cd5a361 100644
--- a/src/mongo/bson/mutable/document.cpp
+++ b/src/mongo/bson/mutable/document.cpp
@@ -37,8 +37,8 @@
#include <vector>
#include "mongo/bson/inline_decls.h"
-
#include "mongo/bson/mutable/damage_vector.h"
+#include "mongo/util/debug_util.h"
namespace mongo {
namespace mutablebson {