mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 14:09:31 +02:00
fixed gtk2 interface compilation after removal of TSize from LCLType
git-svn-id: trunk@8742 -
This commit is contained in:
parent
36e0a12c18
commit
208c657420
@ -71,7 +71,7 @@ uses
|
||||
LineInfo,
|
||||
{$ENDIF}
|
||||
// rtl+fcl
|
||||
Types, Classes, SysUtils, FPCAdds,
|
||||
Types, Classes, SysUtils, Math, FPCAdds,
|
||||
// interfacebase
|
||||
InterfaceBase,
|
||||
// gtk
|
||||
@ -365,7 +365,7 @@ uses
|
||||
GtkWSStdCtrls,
|
||||
// GtkWSToolwin,
|
||||
////////////////////////////////////////////////////
|
||||
Buttons, StdCtrls, PairSplitter, Math,
|
||||
Buttons, StdCtrls, PairSplitter,
|
||||
GTKWinApiWindow, ComCtrls, CListBox, Calendar, Arrow, Spin, CommCtrl,
|
||||
ExtCtrls, FileCtrl, LResources, gtkglobals;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user