From 87f5f3c80d3318805edb79cef23f1c1de5e36453 Mon Sep 17 00:00:00 2001 From: Roland Bengtsson Date: Sat, 7 Dec 2024 12:52:52 +0200 Subject: [PATCH] Adjusted uses for x64 availability of Comparer in IDE. #20 --- Source/BoldSortedHandle.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/BoldSortedHandle.pas b/Source/BoldSortedHandle.pas index 9399f5b..ec0478e 100644 --- a/Source/BoldSortedHandle.pas +++ b/Source/BoldSortedHandle.pas @@ -5,6 +5,7 @@ interface uses + Classes, BoldSubscription, BoldElements, BoldSystem, @@ -53,7 +54,6 @@ implementation uses SysUtils, - Classes, BoldDefs, {$IFDEF ATTRACS} AttracsPerformance,