mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:00:27 +02:00
FpDocUpdater: fix compilation. Issue #0035216
git-svn-id: trunk@60664 -
This commit is contained in:
parent
c39afc12ce
commit
bcf130d9e1
@ -27,7 +27,8 @@ unit FPDocFiles;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Contnrs, FileUtil, DOM, XMLWrite, XMLRead;
|
||||
Classes, SysUtils, Contnrs, FileUtil, DOM, XMLWrite, XMLRead,
|
||||
LazUtf8;
|
||||
|
||||
type
|
||||
TFPDocInfo = record
|
||||
|
@ -29,7 +29,8 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs,
|
||||
FPDocFiles, StdCtrls, ComCtrls, FileUtil, ExtCtrls,
|
||||
LCLIntf, LCLType, LCLProc, Process, UTF8Process, EditBtn, Laz_XMLCfg;
|
||||
LCLIntf, LCLType, LCLProc, Process, UTF8Process, EditBtn, Laz_XMLCfg,
|
||||
LazUtf8, LazFileUtils;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user