IDE: add AsyncProcess to main.pp. It is needed at least on Windows and was removed accidentally.

git-svn-id: trunk@45282 -
This commit is contained in:
juha 2014-06-01 10:46:42 +00:00
parent 96d22b6116
commit 21fe6d4545

View File

@ -60,6 +60,9 @@ uses
{$ENDIF}
// fpc packages
Math, Classes, SysUtils, Process, TypInfo, types, strutils, AVL_Tree,
{$IFDEF UseAsyncProcess}
AsyncProcess,
{$ENDIF}
// lazutils
LazUTF8, Laz2_XMLCfg, AvgLvlTree,
// lcl