Skip to content

Commit 021f43c

Browse files
committed
Fix vixl build in debug mode
Include utils.h as it's needed for CountSetBits() in debug asserts.
1 parent f016ebc commit 021f43c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

hphp/vixl/a64/cpu-a64.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
#include "hphp/vixl/a64/cpu-a64.h"
28+
#ifndef NDEBUG
29+
#include "hphp/vixl/utils.h"
30+
#endif
2831

2932
namespace vixl {
3033

0 commit comments

Comments
 (0)