Opkman: Add missing unit to the uses clauses.

git-svn-id: trunk@54352 -
This commit is contained in:
balazs 2017-03-06 13:05:45 +00:00
parent 2801c30b5d
commit 13e7653139

View File

@ -32,11 +32,12 @@ interface
uses
Classes, SysUtils, fpjson, fpjsonrtti, dateutils,
// LazUtils
Laz2_XMLCfg,
Laz2_XMLCfg, LazFileUtils,
// OpkMan
opkman_timer, opkman_serializablepackages,
opkman_options, opkman_common,
{$IFDEF FPC311}fphttpclient{$ELSE}opkman_httpclient{$ENDIF};
opkman_options, opkman_common, opkman_const,
{$IFDEF FPC311}fphttpclient{$ELSE}opkman_httpclient{$ENDIF},
{$IFDEF FPC311}zipper{$ELSE}opkman_zip{$ENDIF};
const
OpkVersion = 1;