diff options
Diffstat (limited to 'src/base/pollevent.hh')
-rw-r--r-- | src/base/pollevent.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/base/pollevent.hh b/src/base/pollevent.hh index ecaeb94ce..b9c833c8a 100644 --- a/src/base/pollevent.hh +++ b/src/base/pollevent.hh @@ -31,8 +31,10 @@ #ifndef __POLLEVENT_H__ #define __POLLEVENT_H__ -#include <vector> #include <poll.h> + +#include <vector> + #include "sim/core.hh" class Checkpoint; |