summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/pipeline_command.cpp
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2012-12-23 16:13:00 -0500
committerSpencer T Brody <spencer@10gen.com>2012-12-23 20:31:30 -0500
commit5785051ec2c379d99c461225ba9d6c328b31b5e3 (patch)
tree6e87fc60dcfb86ea6008e9ac010613ea63100b1e /src/mongo/db/commands/pipeline_command.cpp
parent13bde295415c1e5ea9afd6b7faed3f2a425e33fa (diff)
downloadmongo-5785051ec2c379d99c461225ba9d6c328b31b5e3.tar.gz
SERVER-7572 Remove includes of security header files
Diffstat (limited to 'src/mongo/db/commands/pipeline_command.cpp')
-rw-r--r--src/mongo/db/commands/pipeline_command.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/pipeline_command.cpp b/src/mongo/db/commands/pipeline_command.cpp
index 8cca0ebe156..d5905325bd2 100644
--- a/src/mongo/db/commands/pipeline_command.cpp
+++ b/src/mongo/db/commands/pipeline_command.cpp
@@ -21,6 +21,7 @@
#include "mongo/db/auth/action_set.h"
#include "mongo/db/auth/action_type.h"
#include "mongo/db/auth/privilege.h"
+#include "mongo/db/commands.h"
#include "mongo/db/interrupt_status_mongod.h"
#include "mongo/db/pipeline/accumulator.h"
#include "mongo/db/pipeline/document.h"