diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-05-05 23:36:42 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-05-06 12:06:58 -0400 |
commit | e404acb525bb23a7f75c54e93f124a5141083503 (patch) | |
tree | a705ba87bb71d8bd77e2ab5a86a823f4db6d3e26 /src/mongo/db/clientcursor.cpp | |
parent | aa170e9550ae7b88ae129e90d083d6f9373ce1da (diff) | |
download | mongo-e404acb525bb23a7f75c54e93f124a5141083503.tar.gz |
SERVER-13640: split up ServerStatus into a library
Diffstat (limited to 'src/mongo/db/clientcursor.cpp')
-rw-r--r-- | src/mongo/db/clientcursor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/clientcursor.cpp b/src/mongo/db/clientcursor.cpp index 362c54917a2..189f89e611a 100644 --- a/src/mongo/db/clientcursor.cpp +++ b/src/mongo/db/clientcursor.cpp @@ -41,6 +41,7 @@ #include "mongo/db/auth/privilege.h" #include "mongo/db/commands.h" #include "mongo/db/commands/server_status.h" +#include "mongo/db/commands/server_status_metric.h" #include "mongo/db/db.h" #include "mongo/db/jsobj.h" #include "mongo/db/kill_current_op.h" |