From 582b19845f58e3c365b4815651ac84da678df596 Mon Sep 17 00:00:00 2001 From: Pozitronik Date: Tue, 21 May 2019 13:37:01 +0300 Subject: [PATCH] System.Generics.Collections added to used components --- CMLJSON.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMLJSON.pas b/CMLJSON.pas index d308bfa8..766b79d2 100644 --- a/CMLJSON.pas +++ b/CMLJSON.pas @@ -2,7 +2,7 @@ interface -uses JSON, CMLTypes, System.SysUtils; +uses JSON, CMLTypes, System.SysUtils, System.Generics.Collections; const NAME_BODY = 'body';