Commit 387fc2ca authored by Asier Gutierrez's avatar Asier Gutierrez Committed by Facebook Github Bot

Missing SequencedExecutor.h

Summary:
When compiling using autoconf, automake, make and make install, SequencedExecutor.h is not installed automatically.
Closes https://github.com/facebook/folly/pull/799

Reviewed By: meyering

Differential Revision: D7241820

Pulled By: yfeldblum

fbshipit-source-id: 03c608c8ece2e7870a7bacce399ecc9455691948
parent da674dc5
......@@ -101,6 +101,7 @@ nobase_follyinclude_HEADERS = \
executors/IOThreadPoolExecutor.h \
executors/NotificationQueueExecutor.h \
executors/ScheduledExecutor.h \
executors/SequencedExecutor.h \
executors/SerialExecutor.h \
executors/ThreadPoolExecutor.h \
executors/ThreadedExecutor.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment