summaryrefslogtreecommitdiff
path: root/src/mongo/tools/export.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/tools/export.cpp')
-rw-r--r--src/mongo/tools/export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/export.cpp b/src/mongo/tools/export.cpp
index 7f10dc1e2f5..0461415b1b9 100644
--- a/src/mongo/tools/export.cpp
+++ b/src/mongo/tools/export.cpp
@@ -17,8 +17,8 @@
*/
#include "pch.h"
-#include "client/dbclient.h"
#include "db/json.h"
+#include "mongo/client/dbclientcursor.h"
#include "tool.h"