fix build when sanitizers are enabled and jemalloc is disabled
[folly.git] / folly / executors / ThreadedExecutor.h
index 81c5fca80e80c270ce96cdaeea13381cc5d4219d..9ea42e1d397ae044c2e6f0b780abaab8699581d7 100644 (file)
@@ -25,7 +25,7 @@
 #include <thread>
 
 #include <folly/Executor.h>
-#include <folly/executors/ThreadFactory.h>
+#include <folly/executors/thread_factory/ThreadFactory.h>
 
 namespace folly {
 
@@ -96,4 +96,4 @@ class ThreadedExecutor : public virtual folly::Executor {
   std::mutex finishedm_;
   std::deque<std::thread::id> finished_;
 };
-}
+} // namespace folly