mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:59:17 +02:00
added sysutils for debug
git-svn-id: trunk@3220 -
This commit is contained in:
parent
abfb6d0668
commit
ed225b10b3
@ -42,7 +42,11 @@ interface
|
|||||||
{$I zconf.inc}
|
{$I zconf.inc}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
zbase;
|
zbase
|
||||||
|
{$ifdef DEBUG}
|
||||||
|
,sysutils {for inttostr}
|
||||||
|
{$endif}
|
||||||
|
;
|
||||||
|
|
||||||
{ ===========================================================================
|
{ ===========================================================================
|
||||||
Internal compression state. }
|
Internal compression state. }
|
||||||
|
Loading…
Reference in New Issue
Block a user