mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 03:40:31 +02:00
LCL-CustomDrawn-Cocoa: Fixes compilation
git-svn-id: trunk@36714 -
This commit is contained in:
parent
9bfaf73b2d
commit
23933fd6a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user