|
@@ -397,7 +397,8 @@ begin
|
|
if (S<>'') and (S[1]<>',') then
|
|
if (S<>'') and (S[1]<>',') then
|
|
S:=', '+S;
|
|
S:=', '+S;
|
|
if jpoDelphiJSON in Options then
|
|
if jpoDelphiJSON in Options then
|
|
- S:='JSON'+S
|
|
|
|
|
|
+ // Collections to avoid warnings about unexpanded inlines
|
|
|
|
+ S:='System.Generics.Collections, JSON'+S
|
|
else
|
|
else
|
|
S:='fpJSON'+S;
|
|
S:='fpJSON'+S;
|
|
S:='SysUtils, Classes, '+S;
|
|
S:='SysUtils, Classes, '+S;
|