diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2016-05-23 18:40:13 -0400 |
---|---|---|
committer | Esha Maharishi <esha.maharishi@mongodb.com> | 2016-05-23 18:40:13 -0400 |
commit | eb6f74cd8a1d99216141491b333dd6d717fe8490 (patch) | |
tree | f5895f546c5a1b7edde4982a998fbb2f7edd73bd | |
parent | ff5bdd3321d525dd9d56595330b2ea6b98a2b87f (diff) | |
download | mongo-eb6f74cd8a1d99216141491b333dd6d717fe8490.tar.gz |
SERVER-22646 include platform/basic.h to fix Windows compile
-rw-r--r-- | src/mongo/s/request_types/add_shard_request_type.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/request_types/add_shard_request_type.cpp b/src/mongo/s/request_types/add_shard_request_type.cpp index c54e7af5b3f..5dcd0990ce7 100644 --- a/src/mongo/s/request_types/add_shard_request_type.cpp +++ b/src/mongo/s/request_types/add_shard_request_type.cpp @@ -26,6 +26,8 @@ * it in the license file. */ +#include "mongo/platform/basic.h" + #include "mongo/s/request_types/add_shard_request_type.h" #include "mongo/bson/util/bson_extract.h" |