diff options
author | Benety Goh <benety@mongodb.com> | 2018-12-18 20:58:30 -0500 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2018-12-18 20:58:30 -0500 |
commit | 4f1e7fb94ce21e21b05dd49c4ed46e6c5231bd2a (patch) | |
tree | 6860ec74943f823c3dc5c8936aa959e9b93a784f /src/mongo/dbtests | |
parent | 5d51a32d3736f768432e924111e8179e72b42944 (diff) | |
download | mongo-4f1e7fb94ce21e21b05dd49c4ed46e6c5231bd2a.tar.gz |
SERVER-38684 unshim Collection
Diffstat (limited to 'src/mongo/dbtests')
-rw-r--r-- | src/mongo/dbtests/plan_executor_invalidation_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/dbtests/plan_executor_invalidation_test.cpp b/src/mongo/dbtests/plan_executor_invalidation_test.cpp index d93b6e0721b..b79ab4f5e8f 100644 --- a/src/mongo/dbtests/plan_executor_invalidation_test.cpp +++ b/src/mongo/dbtests/plan_executor_invalidation_test.cpp @@ -32,6 +32,7 @@ #include "mongo/client/dbclient_cursor.h" #include "mongo/db/catalog/collection.h" #include "mongo/db/catalog/database.h" +#include "mongo/db/catalog/index_catalog.h" #include "mongo/db/client.h" #include "mongo/db/db_raii.h" #include "mongo/db/dbdirectclient.h" |