From: Jason Lowe-Power Date: Fri, 10 Feb 2017 15:00:18 +0000 (-0500) Subject: misc: Add Python.h header to pyevents.hh X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76004f08f26763cd5c1c9053d7981734db74fbd6;p=gem5.git misc: Add Python.h header to pyevents.hh Signed-off-by: Jason Lowe-Power --- diff --git a/src/python/swig/pyevent.hh b/src/python/swig/pyevent.hh index 270fc3869..9f2ce9ee7 100644 --- a/src/python/swig/pyevent.hh +++ b/src/python/swig/pyevent.hh @@ -31,6 +31,8 @@ #ifndef __PYTHON_SWIG_PYEVENT_HH__ #define __PYTHON_SWIG_PYEVENT_HH__ +#include + #include "sim/eventq.hh" #include "sim/init.hh" #include "sim/sim_events.hh"