<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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 &lt;CoreFoundation/CoreFoundation.h&gt;
 #    define DYNLIB_HANDLE CFBundleRef
 #    define DYNLIB_LOAD( a ) mac_loadExeBundle( a )
 #    define DYNLIB_GETSYM( a, b ) mac_getBundleSym( a, b )
</pre></body></html>