diff options
author | Tom Tromey <tom@tromey.com> | 2020-04-13 12:42:59 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-04-13 14:10:03 -0600 |
commit | 98029d02d7238c75df42030b819e7961c8aacb18 (patch) | |
tree | 89709df4ac01931b9507e34ce592935419337879 /gdb/ChangeLog | |
parent | 06cc9596e8c8e431dcdfe2ce3f494e1431e95d6f (diff) | |
download | gdb-98029d02d7238c75df42030b819e7961c8aacb18.zip gdb-98029d02d7238c75df42030b819e7961c8aacb18.tar.gz gdb-98029d02d7238c75df42030b819e7961c8aacb18.tar.bz2 |
Include <chrono> in event-loop.c
Include <chrono> in event-loop.c, because it is used there. Currently
it is included indirectly, but after the subsequent patches this will
no longer be the case.
gdb/ChangeLog
2020-04-13 Tom Tromey <tom@tromey.com>
* event-loop.c: Include <chrono>.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d8be389..508a551 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2020-04-13 Tom Tromey <tom@tromey.com> + * event-loop.c: Include <chrono>. + +2020-04-13 Tom Tromey <tom@tromey.com> + * gdb_select.h: Move to ../gdbsupport/. * event-loop.c: Update include path. * top.c: Update include path. |