From 8da7ce503816c4ed93c6b6aaa53018c6ac82914c Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 20 Sep 2015 15:14:54 +0000 Subject: [PATCH] lhelp: fixed compilation git-svn-id: trunk@49854 - --- components/chmhelp/packages/help/lhelpcontrol.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/chmhelp/packages/help/lhelpcontrol.pas b/components/chmhelp/packages/help/lhelpcontrol.pas index 0c23c183eb..b2e4be1a76 100644 --- a/components/chmhelp/packages/help/lhelpcontrol.pas +++ b/components/chmhelp/packages/help/lhelpcontrol.pas @@ -22,7 +22,7 @@ uses {$IFDEF STALE_PIPE_WORKAROUND} BaseUnix, {$ENDIF} - Classes, SysUtils, FileUtil, LazLogger, SimpleIPC, process, UTF8Process; + Classes, SysUtils, LazFileUtils, LazLogger, SimpleIPC, process, UTF8Process; const PROTOCOL_VERSION='2'; //IDE<>LHelp communication protocol version. Please update when breaking compatibility