summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands_generic.cpp
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-07-02 15:53:47 -0400
committerSpencer T Brody <spencer@10gen.com>2013-07-02 16:12:59 -0400
commit5741e9a35cfdbf7aa475f4a611f9b57c0c98134d (patch)
treec073edb88af8bcbb2bebf25a39cdad0b707288b9 /src/mongo/db/dbcommands_generic.cpp
parentea7be9d5db2a3dde7c71ba21836dbb63180f438f (diff)
downloadmongo-5741e9a35cfdbf7aa475f4a611f9b57c0c98134d.tar.gz
Get authorization_manager.h out of commands.h to improve compile time by moving CmdShutdown to its own file
Diffstat (limited to 'src/mongo/db/dbcommands_generic.cpp')
-rw-r--r--src/mongo/db/dbcommands_generic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/dbcommands_generic.cpp b/src/mongo/db/dbcommands_generic.cpp
index d39e412b2c8..1a78890a971 100644
--- a/src/mongo/db/dbcommands_generic.cpp
+++ b/src/mongo/db/dbcommands_generic.cpp
@@ -28,6 +28,7 @@
#include "mongo/db/auth/privilege.h"
#include "mongo/db/background.h"
#include "mongo/db/commands.h"
+#include "mongo/db/commands/shutdown.h"
#include "mongo/db/db.h"
#include "mongo/db/instance.h"
#include "mongo/db/introspect.h"