Skip to content

Commit

Permalink
add missing #include <array> to CancellationToken
Browse files Browse the repository at this point in the history
Differential Revision: D64643989

fbshipit-source-id: f3e99a4b3c99a21adaf16140ac001086a948ce0a
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Oct 20, 2024
1 parent f7eb036 commit a8efe05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions folly/CancellationToken-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

#include <algorithm>
#include <array>
#include <cstdint>
#include <limits>
#include <tuple>
Expand Down

0 comments on commit a8efe05

Please sign in to comment.