From 63dffb843ba26ef6a8ea7552abefe0e1f749359c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Feb 2009 21:14:26 -0400 Subject: [PATCH] Include Boost's wrap_python.hpp, instead of Python.h. --- src/system.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system.hh b/src/system.hh index fdec99fe..ff2caf56 100644 --- a/src/system.hh +++ b/src/system.hh @@ -173,7 +173,7 @@ typedef std::ostream::pos_type ostream_pos_type; #include -#include +#include #include #include