]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / fiber / detail / spinlock_ttas_adaptive_futex.hpp
index 0f0b191e671e8da2c39dcd05e6b29edfa97fa790..172b2b45de9816f79f84f5e6b0346dfff84fd219 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef BOOST_FIBERS_SPINLOCK_TTAS_ADAPTIVE_FUTEX_H
 #define BOOST_FIBERS_SPINLOCK_TTAS_ADAPTIVE_FUTEX_H
 
+#include <algorithm>
 #include <atomic>
 #include <cmath>
 #include <random>