diff --git a/components/lazutils/lazutils.lpk b/components/lazutils/lazutils.lpk index 21023306bb..2256f8a1b5 100644 --- a/components/lazutils/lazutils.lpk +++ b/components/lazutils/lazutils.lpk @@ -16,7 +16,7 @@ - + @@ -377,6 +377,10 @@ + + + + diff --git a/components/lazutils/lazutils.pas b/components/lazutils/lazutils.pas index c2acff505d..e8c88bf11e 100644 --- a/components/lazutils/lazutils.pas +++ b/components/lazutils/lazutils.pas @@ -20,7 +20,7 @@ uses LookupStringList, Maps, Masks, PasWString, StringHashList, TextStrings, Translations, TTCache, TTCalc, TTCMap, TTDebug, TTError, TTFile, TTGLoad, TTInterp, TTLoad, TTMemory, TTObjs, TTProfile, TTRASTER, TTTables, TTTypes, - UTF8Process, LazarusPackageIntf; + UTF8Process, Laz_AVL_Tree, LazarusPackageIntf; implementation