diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2014-12-17 18:10:39 -0500 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2014-12-17 18:10:39 -0500 |
commit | 8d90ce21ffb7fac21fd9f287ce3d66a4c6b576b8 (patch) | |
tree | c7e199fe9f15094efd7f45234b432a2d40a02308 /src/mongo/db/client.h | |
parent | f46ff140de92e43c34bace43be971fd903ac11d9 (diff) | |
download | mongo-8d90ce21ffb7fac21fd9f287ce3d66a4c6b576b8.tar.gz |
Revert "SERVER-16431 Simplify DB profile code"
This reverts commit c5ebc6be8e3a865655acbc5ecd1cb3b96fdf44ff.
Diffstat (limited to 'src/mongo/db/client.h')
-rw-r--r-- | src/mongo/db/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h index 2296fd58c9b..3703d555ff2 100644 --- a/src/mongo/db/client.h +++ b/src/mongo/db/client.h @@ -55,6 +55,7 @@ namespace mongo { class AuthenticationInfo; class Database; class CurOp; + class Client; class Collection; class AbstractMessagingPort; class Locker; |