facebook / hhvm

A virtual machine for executing programs written in Hack.
https://hhvm.com
Other
18.19k stars 3k forks source link

Add #include <array> #9155

Closed Atry closed 2 years ago

Atry commented 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.

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

facebook-github-bot commented 2 years ago

@Atry has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.