diff options
author | Andy Schwerin <schwerin@mongodb.com> | 2015-06-01 17:27:57 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@mongodb.com> | 2015-06-02 12:02:30 -0400 |
commit | 908d0cedf82b50c93932916685c4f8fa4748cc6f (patch) | |
tree | 446f8c88bf9231e31187d593b17f41b8af3e55cc /src/mongo/db/introspect.cpp | |
parent | 5f225a7464862686a8422bb02d1f638d5568d529 (diff) | |
download | mongo-908d0cedf82b50c93932916685c4f8fa4748cc6f.tar.gz |
Reapply "SERVER-14995 Move operation id, lockState and client fields to OperationContext."
This reverts commit e181ea38af737ef7aaf5f8228f870d8c7149b2bb.
Diffstat (limited to 'src/mongo/db/introspect.cpp')
-rw-r--r-- | src/mongo/db/introspect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/introspect.cpp b/src/mongo/db/introspect.cpp index 1f6e0003e6c..9354f8cd3ca 100644 --- a/src/mongo/db/introspect.cpp +++ b/src/mongo/db/introspect.cpp @@ -37,6 +37,7 @@ #include "mongo/db/auth/authorization_session.h" #include "mongo/db/auth/user_set.h" #include "mongo/db/catalog/collection.h" +#include "mongo/db/client.h" #include "mongo/db/curop.h" #include "mongo/db/db_raii.h" #include "mongo/db/jsobj.h" |