misc: Add Python.h header to pyevents.hh

This commit is contained in:
Jason Lowe-Power 2017-01-28 13:45:59 +05:30 committed by Sanchayan Maity
parent 8056b73511
commit f70c734a85
1 changed files with 2 additions and 0 deletions

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"