--- cegui/include/CEGUIDynamicModule.h.orig	2013-01-12 11:07:24.000000000 -0600
+++ cegui/include/CEGUIDynamicModule.h	2013-03-25 03:22:08.000000000 -0500
@@ -51,6 +51,7 @@
 #    define DYNLIB_ERROR( ) dlerror( )
 
 #elif defined(__APPLE_CC__)
+#    include <CoreFoundation/CoreFoundation.h>
 #    define DYNLIB_HANDLE CFBundleRef
 #    define DYNLIB_LOAD( a ) mac_loadExeBundle( a )
 #    define DYNLIB_GETSYM( a, b ) mac_getBundleSym( a, b )
