diff options
Diffstat (limited to 'WebCore/platform/mac/WebCoreTextRenderer.h')
-rw-r--r-- | WebCore/platform/mac/WebCoreTextRenderer.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/WebCore/platform/mac/WebCoreTextRenderer.h b/WebCore/platform/mac/WebCoreTextRenderer.h index 3e77434..73753bc 100644 --- a/WebCore/platform/mac/WebCoreTextRenderer.h +++ b/WebCore/platform/mac/WebCoreTextRenderer.h @@ -23,6 +23,15 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#import <AppKit/NSFontManager.h> +#import <CoreFoundation/CFString.h> + +#ifdef __OBJC__ +@class NSColor; +@class NSFont; +@class NSString; +#endif + #ifdef __cplusplus extern "C" { #endif |