misc: Add Python.h header to pyevents.hh
This commit is contained in:
parent
8056b73511
commit
f70c734a85
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