summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2016-01-25 10:22:13 -0500
committerTess Avitabile <tess.avitabile@mongodb.com>2016-01-25 10:22:25 -0500
commit234c2a1fde49efd69dcc12efe1b70f0537b43683 (patch)
tree13ff1ce84bb924c9f509516ebcad8f559d6ec284
parentd688727c3db96f899f6c01eff831161d1ed6cca1 (diff)
downloadmongo-234c2a1fde49efd69dcc12efe1b70f0537b43683.tar.gz
SERVER-21467 Include config.h
-rw-r--r--src/mongo/db/geo/hash.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/geo/hash.cpp b/src/mongo/db/geo/hash.cpp
index 982c98a1239..f222f0005f7 100644
--- a/src/mongo/db/geo/hash.cpp
+++ b/src/mongo/db/geo/hash.cpp
@@ -26,6 +26,7 @@
* it in the license file.
*/
+#include "mongo/config.h"
#include "mongo/db/field_parser.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/geo/hash.h"