Include <array> to declare std::array<>.

gdb/ChangeLog:

	* symtab.h: Include <array>.
This commit is contained in:
John Baldwin
2017-11-15 11:36:42 -08:00
parent 9476501135
commit a014b87a9a
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -20,6 +20,7 @@
#if !defined (SYMTAB_H)
#define SYMTAB_H 1
#include <array>
#include <vector>
#include <string>
#include "gdb_vecs.h"