summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/concurrency/task.cpp')
-rw-r--r--src/mongo/util/concurrency/task.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/util/concurrency/task.cpp b/src/mongo/util/concurrency/task.cpp
index 75e0e85cc87..6f78bee1b16 100644
--- a/src/mongo/util/concurrency/task.cpp
+++ b/src/mongo/util/concurrency/task.cpp
@@ -29,7 +29,10 @@
#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kControl
+#define MONGO_PCH_WHITELISTED
+#include "mongo/platform/basic.h"
#include "mongo/pch.h"
+#undef MONGO_PCH_WHITELISTED
#include <boost/thread/condition.hpp>