mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Include <array> to declare std::array<>.
gdb/ChangeLog: * symtab.h: Include <array>.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2017-11-15 John Baldwin <jhb@FreeBSD.org>
|
||||
|
||||
* symtab.h: Include <array>.
|
||||
|
||||
2017-11-15 John Baldwin <jhb@FreeBSD.org>
|
||||
|
||||
* bsd-kvm.c (bsd_kvm_cmd): Constify 'arg'.
|
||||
|
@ -20,6 +20,7 @@
|
||||
#if !defined (SYMTAB_H)
|
||||
#define SYMTAB_H 1
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "gdb_vecs.h"
|
||||
|
Reference in New Issue
Block a user