mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 17:58:15 +02:00
Tools/SnapShots: add FileUtil to uses section so the unit compiles, issue #20686
git-svn-id: trunk@34343 -
This commit is contained in:
parent
43bd6fabc2
commit
15938d2510
@ -5,7 +5,7 @@ unit SnapshotsUptodate;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, fpcunit, testregistry, ftplister;
|
Classes, SysUtils, FileUtil, fpcunit, testregistry, ftplister;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user