use in futex
[folly.git] / folly / synchronization / ParkingLot.cpp
index e3594ccaaab9df2001472e859486e02d0c893799..c4ce0662259eb45468392aeaef20380ebca0e935 100644 (file)
@@ -15,6 +15,8 @@
  */
 #include <folly/synchronization/ParkingLot.h>
 
+#include <array>
+
 namespace folly {
 namespace parking_lot_detail {