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/VideoBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/VideoTexture/VideoBase.h') diff --git a/source/gameengine/VideoTexture/VideoBase.h b/source/gameengine/VideoTexture/VideoBase.h index 78e8ba65909..5bb635e1f19 100644 --- a/source/gameengine/VideoTexture/VideoBase.h +++ b/source/gameengine/VideoTexture/VideoBase.h @@ -24,7 +24,7 @@ http://www.gnu.org/copyleft/lesser.txt. #define VIDEOBASE_H -#include +#include #include "ImageBase.h" -- cgit v1.2.3