mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 14:09:31 +02:00
use Math after gtk units to get the correct float type.
git-svn-id: trunk@8743 -
This commit is contained in:
parent
208c657420
commit
9632d9f355
@ -71,7 +71,7 @@ uses
|
||||
LineInfo,
|
||||
{$ENDIF}
|
||||
// rtl+fcl
|
||||
Types, Classes, SysUtils, Math, FPCAdds,
|
||||
Types, Classes, SysUtils, FPCAdds,
|
||||
// interfacebase
|
||||
InterfaceBase,
|
||||
// gtk
|
||||
@ -84,6 +84,7 @@ uses
|
||||
{$IFDEF UNIX}
|
||||
x, xlib,
|
||||
{$ENDIF}
|
||||
Math, // after gtk to get the correct Float type
|
||||
// LCL
|
||||
ExtDlgs, Dialogs, Controls, Forms, LCLStrConsts, LMessages,
|
||||
LCLProc, LCLIntf, LCLType, gtkDef, GtkProc, DynHashArray,
|
||||
|
Loading…
Reference in New Issue
Block a user