summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2015-02-02 16:09:27 -0500
committerRamon Fernandez <ramon.fernandez@mongodb.com>2015-02-04 13:47:46 -0500
commitcd2e9dca7a9269d000406f1fdf7bb95993e3de91 (patch)
tree3c920bec491093c5030053a86add6364cdc4de92
parentff3078654ada4c8ff6d6e44660a9a25dd77753c5 (diff)
downloadmongo-cd2e9dca7a9269d000406f1fdf7bb95993e3de91.tar.gz
SERVER-17132: fix debug build include
(cherry picked from commit eb6c0e27804d81d326e8aa2f42569b82f027ed00)
-rw-r--r--src/mongo/db/exec/working_set_common.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/exec/working_set_common.cpp b/src/mongo/db/exec/working_set_common.cpp
index 972896b0cdb..05f9163f040 100644
--- a/src/mongo/db/exec/working_set_common.cpp
+++ b/src/mongo/db/exec/working_set_common.cpp
@@ -27,6 +27,7 @@
*/
#include "mongo/db/catalog/collection.h"
+#include "mongo/db/global_environment_experiment.h"
#include "mongo/db/exec/working_set.h"
#include "mongo/db/exec/working_set_common.h"