misc: Add Python.h header to pyevents.hh
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
This commit is contained in:
parent
a309c2f343
commit
76004f08f2
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue