mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 19:39:30 +02:00
IDE: fixed compile with fpc 3.2.0
git-svn-id: trunk@64574 -
This commit is contained in:
parent
e1df656379
commit
fcff9d8ea7
@ -33,12 +33,18 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, typinfo, math, fpjson, Laz_AVL_Tree,
|
||||
{$IF FPC_FULLVERSION>30004}
|
||||
StrUtils, // StartsStr
|
||||
{$ENDIF}
|
||||
// LCL
|
||||
Controls, Forms, Dialogs, LCLIntf, LCLType, LclStrConsts,
|
||||
LResources, LCLMemManager,
|
||||
// LazUtils
|
||||
LConvEncoding, LazFileCache, FileUtil, LazFileUtils, LazLoggerBase, LazUtilities,
|
||||
LazStringUtils, LazUTF8, LazTracer, AvgLvlTree,
|
||||
{$IF FPC_FULLVERSION=30004}
|
||||
LazStringUtils, // StartsStr
|
||||
{$ENDIF}
|
||||
LazUTF8, LazTracer, AvgLvlTree,
|
||||
// Codetools
|
||||
{$IFDEF IDE_MEM_CHECK}
|
||||
MemCheck,
|
||||
|
Loading…
Reference in New Issue
Block a user