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/ImageBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/VideoTexture/ImageBase.cpp') diff --git a/source/gameengine/VideoTexture/ImageBase.cpp b/source/gameengine/VideoTexture/ImageBase.cpp index d2e980d979a..dcca20de24a 100644 --- a/source/gameengine/VideoTexture/ImageBase.cpp +++ b/source/gameengine/VideoTexture/ImageBase.cpp @@ -25,7 +25,7 @@ http://www.gnu.org/copyleft/lesser.txt. #include #include -#include +#include #include #include "FilterBase.h" -- cgit v1.2.3