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>.
This commit is contained in:
Tom Tromey 2020-04-13 12:42:59 -06:00 committed by Tom Tromey
parent 06cc9596e8
commit 98029d02d7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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/.

View File

@ -22,6 +22,8 @@
#include "event-top.h"
#include "ser-event.h"
#include <chrono>
#ifdef HAVE_POLL
#if defined (HAVE_POLL_H)
#include <poll.h>