mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 08:00:24 +02:00
fpdebug: missing uses on linux
git-svn-id: trunk@42927 -
This commit is contained in:
parent
c35a449a7c
commit
c752b4bf78
@ -8,7 +8,7 @@ uses
|
||||
{$ifdef windows}
|
||||
Windows, // After LCLType
|
||||
{$endif}
|
||||
Classes, SysUtils;
|
||||
Classes, SysUtils, LazUTF8Classes;
|
||||
|
||||
type
|
||||
TDbgImageSection = record
|
||||
|
Loading…
Reference in New Issue
Block a user