summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/thread_pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/concurrency/thread_pool.cpp')
-rw-r--r--src/mongo/util/concurrency/thread_pool.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mongo/util/concurrency/thread_pool.cpp b/src/mongo/util/concurrency/thread_pool.cpp
index 8c4bc8dfbd7..fd29d199659 100644
--- a/src/mongo/util/concurrency/thread_pool.cpp
+++ b/src/mongo/util/concurrency/thread_pool.cpp
@@ -16,12 +16,13 @@
* limitations under the License.
*/
-#include "pch.h"
+#include "mongo/pch.h"
+
+#include "mongo/util/concurrency/thread_pool.h"
#include <boost/thread/thread.hpp>
-#include "thread_pool.h"
-#include "mvar.h"
+#include "mongo/util/concurrency/mvar.h"
namespace mongo {
namespace threadpool {