From 818462b7412f91b4282d7f96dd9ed439c1b50aaa Mon Sep 17 00:00:00 2001 From: ondrej Date: Sun, 23 Jul 2017 15:02:44 +0000 Subject: [PATCH] LazUtils: add Laz_AVL_Tree to the package git-svn-id: trunk@55560 - --- components/lazutils/lazutils.lpk | 6 +++++- components/lazutils/lazutils.pas | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/components/lazutils/lazutils.lpk b/components/lazutils/lazutils.lpk index d8912eb59e..406b9dd030 100644 --- a/components/lazutils/lazutils.lpk +++ b/components/lazutils/lazutils.lpk @@ -16,7 +16,7 @@ - + @@ -385,6 +385,10 @@ + + + + diff --git a/components/lazutils/lazutils.pas b/components/lazutils/lazutils.pas index 61defc067f..2a0981c3e9 100644 --- a/components/lazutils/lazutils.pas +++ b/components/lazutils/lazutils.pas @@ -20,7 +20,8 @@ uses LConvEncoding, lcsvutils, LookupStringList, Maps, Masks, PasWString, StringHashList, TextStrings, Translations, TTCache, TTCalc, TTCMap, TTDebug, TTError, TTFile, TTGLoad, TTInterp, TTLoad, TTMemory, TTObjs, TTProfile, - TTRASTER, TTTables, TTTypes, UTF8Process, HTML2TextRender, LazarusPackageIntf; + TTRASTER, TTTables, TTTypes, UTF8Process, HTML2TextRender, Laz_AVL_Tree, + LazarusPackageIntf; implementation