summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/query.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/query.cpp')
-rw-r--r--src/mongo/db/ops/query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/query.cpp b/src/mongo/db/ops/query.cpp
index a9ef07bc1bd..69154969df9 100644
--- a/src/mongo/db/ops/query.cpp
+++ b/src/mongo/db/ops/query.cpp
@@ -31,7 +31,7 @@
#include "mongo/db/replutil.h"
#include "mongo/db/scanandorder.h"
#include "mongo/s/d_logic.h"
-#include "mongo/s/util.h" // for SendStaleConfigException
+#include "mongo/s/stale_exception.h" // for SendStaleConfigException
#include "mongo/server.h"
namespace mongo {