diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d110c34f2d..a82026f95e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-06-28 Pedro Alves + + * command.h: Include "common/scoped_restore.h". + 2017-06-28 Yao Qi * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str diff --git a/gdb/command.h b/gdb/command.h index aa179e9126..4a56a5173f 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -19,6 +19,7 @@ #define COMMAND_H 1 #include "gdb_vecs.h" +#include "common/scoped_restore.h" /* This file defines the public interface for any code wanting to create commands. */