Fix folly::fibers on OSX with boost 1.60
[folly.git] / folly / fibers / BoostContextCompatibility.h
index e243767dd1a1d4098e182ae2eb4fd27b7f3533ce..4aede8f81dc65fa60783bb2920756e5b81d383ba 100644 (file)
@@ -15,7 +15,7 @@
  */
 #pragma once
 
-#include <boost/context/all.hpp>
+#include <boost/context/fcontext.hpp>
 #include <boost/version.hpp>
 
 /**