Explicitly include <array> for std::array<>.

gdb/ChangeLog:

	* unittests/array-view-selftests.c: Add include of <array>.
This commit is contained in:
John Baldwin 2017-09-04 15:58:38 -07:00
parent 5b9f8a7c6e
commit 31cf148787
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -20,6 +20,7 @@
#include "defs.h"
#include "selftest.h"
#include "common/array-view.h"
#include <array>
namespace selftests {
namespace array_view_tests {