mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 17:01:21 +02:00
* fix compilation after r39568 as Min() requires the Math unit
git-svn-id: trunk@39571 -
This commit is contained in:
parent
aa4a470cfb
commit
7e0d7e118e
@ -18,7 +18,8 @@ interface
|
|||||||
|
|
||||||
Uses Classes,
|
Uses Classes,
|
||||||
pipes,
|
pipes,
|
||||||
SysUtils;
|
SysUtils,
|
||||||
|
Math;
|
||||||
|
|
||||||
Type
|
Type
|
||||||
TProcessOption = (poRunSuspended,poWaitOnExit,
|
TProcessOption = (poRunSuspended,poWaitOnExit,
|
||||||
|
Loading…
Reference in New Issue
Block a user