mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +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>
|
2017-11-15 John Baldwin <jhb@FreeBSD.org>
|
||||||
|
|
||||||
* bsd-kvm.c (bsd_kvm_cmd): Constify 'arg'.
|
* bsd-kvm.c (bsd_kvm_cmd): Constify 'arg'.
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#if !defined (SYMTAB_H)
|
#if !defined (SYMTAB_H)
|
||||||
#define SYMTAB_H 1
|
#define SYMTAB_H 1
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "gdb_vecs.h"
|
#include "gdb_vecs.h"
|
||||||
|
Reference in New Issue
Block a user