summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sort_key_comparator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/sort_key_comparator.h')
-rw-r--r--src/mongo/db/exec/sort_key_comparator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/sort_key_comparator.h b/src/mongo/db/exec/sort_key_comparator.h
index 74ecb89c793..e078bc71fa3 100644
--- a/src/mongo/db/exec/sort_key_comparator.h
+++ b/src/mongo/db/exec/sort_key_comparator.h
@@ -31,7 +31,7 @@
#include <vector>
-#include "mongo/db/pipeline/value.h"
+#include "mongo/db/exec/document_value/value.h"
#include "mongo/db/query/sort_pattern.h"
namespace mongo {