diff options
author | Tess Avitabile <tess.avitabile@mongodb.com> | 2016-01-25 10:22:13 -0500 |
---|---|---|
committer | Tess Avitabile <tess.avitabile@mongodb.com> | 2016-01-25 10:22:25 -0500 |
commit | 234c2a1fde49efd69dcc12efe1b70f0537b43683 (patch) | |
tree | 13ff1ce84bb924c9f509516ebcad8f559d6ec284 /src/mongo/db/geo/hash.cpp | |
parent | d688727c3db96f899f6c01eff831161d1ed6cca1 (diff) | |
download | mongo-234c2a1fde49efd69dcc12efe1b70f0537b43683.tar.gz |
SERVER-21467 Include config.h
Diffstat (limited to 'src/mongo/db/geo/hash.cpp')
-rw-r--r-- | src/mongo/db/geo/hash.cpp | 1 |
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" |