summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_distinct.cpp
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2017-08-09 22:40:50 -0400
committerGregory Wlodarek <gregory.wlodarek@mongodb.com>2017-08-09 22:40:56 -0400
commit2173ffb9fd23c6894c6820fbf8c08aa876392b55 (patch)
tree0494ff411eca4010bd0159ecdb2d92b2e2d5e4cc /src/mongo/dbtests/query_stage_distinct.cpp
parentbca3f70566991afa2dfb38dc06494b0f6f04fffa (diff)
downloadmongo-2173ffb9fd23c6894c6820fbf8c08aa876392b55.tar.gz
SERVER-30353 Create an index observer to notify us of changes made to index and document keys
Diffstat (limited to 'src/mongo/dbtests/query_stage_distinct.cpp')
-rw-r--r--src/mongo/dbtests/query_stage_distinct.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/dbtests/query_stage_distinct.cpp b/src/mongo/dbtests/query_stage_distinct.cpp
index e350e7cfd15..6f9b2a5b5cd 100644
--- a/src/mongo/dbtests/query_stage_distinct.cpp
+++ b/src/mongo/dbtests/query_stage_distinct.cpp
@@ -31,6 +31,7 @@
#include "mongo/client/dbclientcursor.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"