Fix: compilation issue with the latest version of Lazarus

This commit is contained in:
rich2014 2023-07-14 23:18:01 +08:00
commit 580d08db2e

View file

@ -29,7 +29,7 @@ uses
{$IFDEF XPLAT_GENERICS}
Generics.Collections, Generics.Defaults, Character,
{$ENDIF}
{$IFDEF UITYPES} UITypes,{$ENDIF} Math;
Math;
type
TRect = Types.TRect;