]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Include <array> to declare std::array<>.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 15 Nov 2017 19:36:42 +0000 (11:36 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 15 Nov 2017 19:36:42 +0000 (11:36 -0800)
gdb/ChangeLog:

* symtab.h: Include <array>.

gdb/ChangeLog
gdb/symtab.h

index 85fd1420fa4d481c109ee1e628f603d56efe64d0..e86f542aeceb994ee2b80496c21a7a66702c325e 100644 (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'.
index 7b8b5cc64064b835636919bf4f08c37558308754..e419d8c73422ee4fdf344a966dbd90827aa6c6f4 100644 (file)
@@ -20,6 +20,7 @@
 #if !defined (SYMTAB_H)
 #define SYMTAB_H 1
 
+#include <array>
 #include <vector>
 #include <string>
 #include "gdb_vecs.h"