diff options
Diffstat (limited to 'src/mongo/tools/files.cpp')
-rw-r--r-- | src/mongo/tools/files.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/files.cpp b/src/mongo/tools/files.cpp index 67619827611..b22d13fa779 100644 --- a/src/mongo/tools/files.cpp +++ b/src/mongo/tools/files.cpp @@ -18,7 +18,7 @@ #include "pch.h" #include "client/gridfs.h" -#include "client/dbclient.h" +#include "mongo/client/dbclientcursor.h" #include "tool.h" #include "pcrecpp.h" |