misc: Add Python.h header to pyevents.hh

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
This commit is contained in:
Jason Lowe-Power 2017-02-10 10:00:18 -05:00
parent a309c2f343
commit 76004f08f2

View file

@ -31,6 +31,8 @@
#ifndef __PYTHON_SWIG_PYEVENT_HH__
#define __PYTHON_SWIG_PYEVENT_HH__
#include <Python.h>
#include "sim/eventq.hh"
#include "sim/init.hh"
#include "sim/sim_events.hh"