summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/geonear.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/geonear.cpp
parent3aacfc36f6aa0a1ee31be5af566cc8a45d32e7d8 (diff)
downloadmongo-7c249de45bf8c92359e01fd3b9b0c5a66a4f956d.tar.gz
SERVER-11643: remove pdfile.h include all mess
Diffstat (limited to 'src/mongo/db/commands/geonear.cpp')
-rw-r--r--src/mongo/db/commands/geonear.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/geonear.cpp b/src/mongo/db/commands/geonear.cpp
index 56d062fbdbe..f2c058943ca 100644
--- a/src/mongo/db/commands/geonear.cpp
+++ b/src/mongo/db/commands/geonear.cpp
@@ -31,6 +31,7 @@
#include "mongo/db/auth/action_set.h"
#include "mongo/db/auth/action_type.h"
#include "mongo/db/auth/privilege.h"
+#include "mongo/db/catalog/database.h"
#include "mongo/db/commands.h"
#include "mongo/db/curop.h"
#include "mongo/db/geo/geoconstants.h"