summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_cursor_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/collection_cursor_cache.h')
-rw-r--r--src/mongo/db/catalog/collection_cursor_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/collection_cursor_cache.h b/src/mongo/db/catalog/collection_cursor_cache.h
index e9822b46c01..3af0975284b 100644
--- a/src/mongo/db/catalog/collection_cursor_cache.h
+++ b/src/mongo/db/catalog/collection_cursor_cache.h
@@ -31,9 +31,9 @@
#pragma once
#include "mongo/db/clientcursor.h"
-#include "mongo/db/diskloc.h"
#include "mongo/db/invalidation_type.h"
#include "mongo/db/namespace_string.h"
+#include "mongo/db/record_id.h"
#include "mongo/platform/unordered_set.h"
#include "mongo/util/concurrency/mutex.h"