allow fiber executor to override fiber options
[folly.git] / folly / executors / NotificationQueueExecutor.h
index 3738be24e71a166d41d8836a8a51903c9f7c74f5..5e19fc41c66bb06ed14fbd6f5c038dc708a057e4 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <folly/ExceptionString.h>
 #include <folly/Function.h>
-#include <folly/futures/DrivableExecutor.h>
+#include <folly/executors/DrivableExecutor.h>
 #include <folly/io/async/NotificationQueue.h>
 
 namespace folly {