From bc788eaf8770e889b219149e435437f802321c8f Mon Sep 17 00:00:00 2001 From: ondrej Date: Tue, 25 Jul 2017 14:19:25 +0000 Subject: [PATCH] Merge revision(s) 55560 #818462b741 from trunk git-svn-id: branches/fixes_1_8@55590 - --- components/lazutils/lazutils.lpk | 6 +++++- components/lazutils/lazutils.pas | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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