[Rezilla-commits] RezillaSource/Rezilla_Src/Architecture RezillaPluginInterface.h, 1.20, 1.21
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2006-11-24 11:52:45
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Src/Architecture In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9602 Modified Files: RezillaPluginInterface.h Log Message: include Carbon.h Index: RezillaPluginInterface.h =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Src/Architecture/RezillaPluginInterface.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- RezillaPluginInterface.h 18 Sep 2006 13:24:47 -0000 1.20 +++ RezillaPluginInterface.h 24 Nov 2006 11:52:42 -0000 1.21 @@ -2,7 +2,7 @@ // File: "RezillaPluginInterface.h" // // Created: 2005-09-08 15:49:50 -// Last modification: 2006-09-13 10:50:54 +// Last modification: 2006-11-24 06:35:49 // Author: Bernard Desgraupes // e-mail: <bde...@us...> // www: <http://rezilla.sourceforge.net/> @@ -15,6 +15,7 @@ #pragma once +#include <Carbon/Carbon.h> #include <CoreFoundation/CoreFoundation.h> #include <CoreFoundation/CFPlugInCOM.h> |