arch-arm: Add missing <array> header in regs/misc.hh
Adding the header avoids "error: implicit instantiation of undefined template 'std::array..." error that halted the build process on macOS. Relevant discussion on Slack with Gabriel Bunsot Change-Id: I935d7045f4b2c01ecef7c663de7c1e9408eead57 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/68217 Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#ifndef __ARCH_ARM_REGS_MISC_HH__
|
||||
#define __ARCH_ARM_REGS_MISC_HH__
|
||||
|
||||
#include <array>
|
||||
#include <bitset>
|
||||
#include <tuple>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user