mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 11:59:20 +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,
|
LineInfo,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
// rtl+fcl
|
// rtl+fcl
|
||||||
Types, Classes, SysUtils, Math, FPCAdds,
|
Types, Classes, SysUtils, FPCAdds,
|
||||||
// interfacebase
|
// interfacebase
|
||||||
InterfaceBase,
|
InterfaceBase,
|
||||||
// gtk
|
// gtk
|
||||||
@ -84,6 +84,7 @@ uses
|
|||||||
{$IFDEF UNIX}
|
{$IFDEF UNIX}
|
||||||
x, xlib,
|
x, xlib,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Math, // after gtk to get the correct Float type
|
||||||
// LCL
|
// LCL
|
||||||
ExtDlgs, Dialogs, Controls, Forms, LCLStrConsts, LMessages,
|
ExtDlgs, Dialogs, Controls, Forms, LCLStrConsts, LMessages,
|
||||||
LCLProc, LCLIntf, LCLType, gtkDef, GtkProc, DynHashArray,
|
LCLProc, LCLIntf, LCLType, gtkDef, GtkProc, DynHashArray,
|
||||||
|
Loading…
Reference in New Issue
Block a user