From 205b6501a0ad8e792d2d7cc32dc3ba25b7613ec2 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 8 Jun 2005 18:55:49 +0000 Subject: (Accidentally sent previous commit without message... is same stuff) gcc4 error fixes for compiling in OSX Tiger Also; make using python framework default in makefiles --- source/blender/quicktime/quicktime_import.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/quicktime') diff --git a/source/blender/quicktime/quicktime_import.h b/source/blender/quicktime/quicktime_import.h index 39434a92a85..f8fe178a04f 100644 --- a/source/blender/quicktime/quicktime_import.h +++ b/source/blender/quicktime/quicktime_import.h @@ -49,6 +49,7 @@ #ifdef _WIN32 #include #elif defined(__APPLE__) +#import #include #endif #endif -- cgit v1.2.3