mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-26 17:27:28 +01: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
|
uses
|
||||||
Classes, SysUtils, typinfo, math, fpjson, Laz_AVL_Tree,
|
Classes, SysUtils, typinfo, math, fpjson, Laz_AVL_Tree,
|
||||||
|
{$IF FPC_FULLVERSION>30004}
|
||||||
|
StrUtils, // StartsStr
|
||||||
|
{$ENDIF}
|
||||||
// LCL
|
// LCL
|
||||||
Controls, Forms, Dialogs, LCLIntf, LCLType, LclStrConsts,
|
Controls, Forms, Dialogs, LCLIntf, LCLType, LclStrConsts,
|
||||||
LResources, LCLMemManager,
|
LResources, LCLMemManager,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LConvEncoding, LazFileCache, FileUtil, LazFileUtils, LazLoggerBase, LazUtilities,
|
LConvEncoding, LazFileCache, FileUtil, LazFileUtils, LazLoggerBase, LazUtilities,
|
||||||
LazStringUtils, LazUTF8, LazTracer, AvgLvlTree,
|
{$IF FPC_FULLVERSION=30004}
|
||||||
|
LazStringUtils, // StartsStr
|
||||||
|
{$ENDIF}
|
||||||
|
LazUTF8, LazTracer, AvgLvlTree,
|
||||||
// Codetools
|
// Codetools
|
||||||
{$IFDEF IDE_MEM_CHECK}
|
{$IFDEF IDE_MEM_CHECK}
|
||||||
MemCheck,
|
MemCheck,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user