Extract non-portability constexpr math functions to new header
[folly.git] / folly / fibers / FiberManager.cpp
index 9a3d2446b897ae810af925573865d751463ed0c5..9155078c42364869d21cf93d5fc58f672f0b70b5 100644 (file)
@@ -25,6 +25,7 @@
 #include <folly/fibers/Fiber.h>
 #include <folly/fibers/LoopController.h>
 
+#include <folly/ConstexprMath.h>
 #include <folly/SingletonThreadLocal.h>
 #include <folly/portability/SysSyscall.h>
 #include <folly/portability/Unistd.h>