* fix compilation after r39568 as Min() requires the Math unit

git-svn-id: trunk@39571 -
This commit is contained in:
svenbarth 2018-08-04 14:12:55 +00:00
parent aa4a470cfb
commit 7e0d7e118e

View File

@ -18,7 +18,8 @@ interface
Uses Classes,
pipes,
SysUtils;
SysUtils,
Math;
Type
TProcessOption = (poRunSuspended,poWaitOnExit,