summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/SConscript')
-rw-r--r--src/mongo/db/exec/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/exec/SConscript b/src/mongo/db/exec/SConscript
index c0606c4ab1d..6975dee70e5 100644
--- a/src/mongo/db/exec/SConscript
+++ b/src/mongo/db/exec/SConscript
@@ -37,6 +37,8 @@ env.StaticLibrary(
source = [
"and_hash.cpp",
"and_sorted.cpp",
+ "collection_scan.cpp",
+ "collection_iterator.cpp",
"fetch.cpp",
"index_scan.cpp",
"limit.cpp",