* Fix dependency on hash (sha1)

(cherry picked from commit 9f1f055d29)
This commit is contained in:
Michaël Van Canneyt 2021-11-13 15:50:22 +01:00 committed by marcoonthegit
parent 2967d1e473
commit 8aa90e6c99

View File

@ -30,6 +30,7 @@ begin
P.Dependencies.Add('rtl-objpas');
P.Dependencies.Add('rtl-extra');
P.Dependencies.Add('fcl-base');
P.Dependencies.Add('hash');
P.Version:='3.3.1';
T:=P.Targets.AddUnit('src/fpecc.pp');