Skip to content

Commit e4f066c

Browse files
committed
fix: IFDEF for SysUtils
1 parent a274ef8 commit e4f066c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

baseline/Common/baseline.common.pas

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
interface
88

99
uses
10+
{$IFDEF FPC}
11+
SysUtils
12+
{$ELSE}
1013
System.SysUtils
14+
{$ENDIF}
1115
;
1216

1317
function RoundExDouble(const ATemp: Double): Double;

0 commit comments

Comments
 (0)