Closed Atry closed 2 years ago
control_events.h does not compile with clang because std::array is used but the header is missing. This PR fixes the compilation error.
control_events.h
std::array
When https://github.com/facebook/hhvm/pull/9129 is rebased onto this PR, the CI would not raise error from control_events.h any more
@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
control_events.h
does not compile with clang becausestd::array
is used but the header is missing. This PR fixes the compilation error.Test Plan:
When https://github.com/facebook/hhvm/pull/9129 is rebased onto this PR, the CI would not raise error from
control_events.h
any more