From 2973bd8ea27c83274669051297ee470723dfcf9d Mon Sep 17 00:00:00 2001 From: Benoit Bolsee Date: Sun, 2 Nov 2008 18:02:31 +0000 Subject: VideoTexture: use PyObjectPlus.h instead of Python.h for compatibility with Python2.3 --- source/gameengine/VideoTexture/PyTypeList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/VideoTexture/PyTypeList.h') diff --git a/source/gameengine/VideoTexture/PyTypeList.h b/source/gameengine/VideoTexture/PyTypeList.h index 736fc9aaefd..4daf88bfa19 100644 --- a/source/gameengine/VideoTexture/PyTypeList.h +++ b/source/gameengine/VideoTexture/PyTypeList.h @@ -28,7 +28,7 @@ http://www.gnu.org/copyleft/lesser.txt. #include #include -#include +#include // forward declaration class PyTypeListItem; -- cgit v1.2.3