LCL-CustomDrawn-Cocoa: Fixes compilation

git-svn-id: trunk@36714 -
This commit is contained in:
sekelsenmat 2012-04-10 18:27:20 +00:00
parent 9bfaf73b2d
commit 23933fd6a6

View File

@ -29,7 +29,7 @@ interface
uses
// RTL
Types, Classes, SysUtils, Math,
Classes, SysUtils, Math,
fpimage, fpcanvas, fpimgcanv, ctypes, dateutils,
// XML
XMLRead, Dom,
@ -47,6 +47,8 @@ uses
// LazFreeType
LazFreeTypeIntfDrawer, LazFreeType, EasyLazFreeType, IniFiles,
{$endif}
// Types needs to be after the platform-specif units or else Mac will catch MacOSAll.Rect/Size/Point
Types,
// Widgetset
customdrawnproc,
// LCL