Explicitly include <array> for std::array<>.
gdb/ChangeLog: * unittests/array-view-selftests.c: Add include of <array>.
This commit is contained in:
parent
5b9f8a7c6e
commit
31cf148787
@ -1,3 +1,7 @@
|
||||
2017-09-04 John Baldwin <jhb@FreeBSD.org>
|
||||
|
||||
* unittests/array-view-selftests.c: Add include of <array>.
|
||||
|
||||
2017-09-04 John Baldwin <jhb@FreeBSD.org>
|
||||
|
||||
* spu-tdep.c (flush_ea_cache): Add missing argument to
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "defs.h"
|
||||
#include "selftest.h"
|
||||
#include "common/array-view.h"
|
||||
#include <array>
|
||||
|
||||
namespace selftests {
|
||||
namespace array_view_tests {
|
||||
|
Loading…
Reference in New Issue
Block a user