2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 22:45:18 +00:00

[master] fixed a build failure on freebsd8/g++: we need to include Python.h

before everything else as requested in
http://docs.python.org/py3k/extending/extending.html#a-simple-example
This commit is contained in:
JINMEI Tatuya
2011-05-13 18:35:16 +00:00
parent a407cb3d58
commit 1440e71559

View File

@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#include <Python.h>
#include <string>
#include <stdexcept>