diff options
author | Andrew Morrow <acm@mongodb.com> | 2015-01-11 17:13:20 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2015-01-15 07:04:27 -0500 |
commit | d03f92f7822e46bec820c3e0d3cd39f81fc6bf80 (patch) | |
tree | a6f86b07ec40a032df6b17b75b6a9682dd739bc9 /src/mongo/bson/mutable | |
parent | ca51fdc7bcf08b59bd61cde173fae42d6db81b1d (diff) | |
download | mongo-d03f92f7822e46bec820c3e0d3cd39f81fc6bf80.tar.gz |
SERVER-13256 Remove debug_util.h from pch.h
Diffstat (limited to 'src/mongo/bson/mutable')
-rw-r--r-- | src/mongo/bson/mutable/document.cpp | 2 |
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 { |