diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-03-05 18:06:22 -0500 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-03-09 11:46:34 -0400 |
commit | df85a204a7d56cc3901f817e4bb7519103230abe (patch) | |
tree | efbdf6cd9826f012112642300f91bd8c19da4cd0 /src/mongo/db/commands/mr.cpp | |
parent | 5c2ec43c0a8d20283968165d2e004644b0f23390 (diff) | |
download | mongo-df85a204a7d56cc3901f817e4bb7519103230abe.tar.gz |
SERVER-17496 Move ChunkManager to separate file
Diffstat (limited to 'src/mongo/db/commands/mr.cpp')
-rw-r--r-- | src/mongo/db/commands/mr.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/commands/mr.cpp b/src/mongo/db/commands/mr.cpp index d8e15b96dad..cd0be7674c7 100644 --- a/src/mongo/db/commands/mr.cpp +++ b/src/mongo/db/commands/mr.cpp @@ -1,5 +1,3 @@ -// mr.cpp - /** * Copyright (C) 2012 10gen Inc. * @@ -58,6 +56,7 @@ #include "mongo/db/operation_context_impl.h" #include "mongo/db/storage_options.h" #include "mongo/scripting/engine.h" +#include "mongo/s/chunk_manager.h" #include "mongo/s/collection_metadata.h" #include "mongo/s/d_state.h" #include "mongo/s/grid.h" |