mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
Explicitly include <array> for std::array<>.
gdb/ChangeLog: * unittests/array-view-selftests.c: Add include of <array>.
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
#include "defs.h"
|
||||
#include "selftest.h"
|
||||
#include "common/array-view.h"
|
||||
#include <array>
|
||||
|
||||
namespace selftests {
|
||||
namespace array_view_tests {
|
||||
|
Reference in New Issue
Block a user