summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/touch.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-03-04 17:28:45 -0500
committerEliot Horowitz <eliot@10gen.com>2014-04-03 13:31:48 -0400
commit7c249de45bf8c92359e01fd3b9b0c5a66a4f956d (patch)
tree97cbd66f5ec0a18065b9d1d823ed0d23f8fab1c4 /src/mongo/db/commands/touch.cpp
parent3aacfc36f6aa0a1ee31be5af566cc8a45d32e7d8 (diff)
downloadmongo-7c249de45bf8c92359e01fd3b9b0c5a66a4f956d.tar.gz
SERVER-11643: remove pdfile.h include all mess
Diffstat (limited to 'src/mongo/db/commands/touch.cpp')
-rw-r--r--src/mongo/db/commands/touch.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/touch.cpp b/src/mongo/db/commands/touch.cpp
index bf85a14697b..3c37b606224 100644
--- a/src/mongo/db/commands/touch.cpp
+++ b/src/mongo/db/commands/touch.cpp
@@ -40,6 +40,7 @@
#include "mongo/db/auth/authorization_manager.h"
#include "mongo/db/auth/privilege.h"
#include "mongo/db/catalog/collection.h"
+#include "mongo/db/catalog/database.h"
#include "mongo/db/commands.h"
#include "mongo/db/curop-inl.h"
#include "mongo/db/d_concurrency.h"