summaryrefslogtreecommitdiff
path: root/src/mongo/tools/bsondump.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/tools/bsondump.cpp')
-rw-r--r--src/mongo/tools/bsondump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/bsondump.cpp b/src/mongo/tools/bsondump.cpp
index d6392e25e4c..16f9ea39198 100644
--- a/src/mongo/tools/bsondump.cpp
+++ b/src/mongo/tools/bsondump.cpp
@@ -17,7 +17,7 @@
*/
#include "../pch.h"
-#include "../client/dbclient.h"
+#include "mongo/client/dbclientcursor.h"
#include "../util/mmap.h"
#include "../util/text.h"
#include "tool.h"