mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 17:40:40 +02:00
LazReport, fix DialogControls compiling after fileutil utf8 wrappers were disabled
git-svn-id: trunk@51862 -
This commit is contained in:
parent
ff19675249
commit
6d052f5c97
@ -35,7 +35,7 @@ unit lrFormStorage;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, LR_Class, Graphics, Forms;
|
Classes, SysUtils, LazUTF8, LazFileUtils, LR_Class, Graphics, Forms;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user