This commit is contained in:
daniele.teti 2014-11-19 11:27:37 +00:00
parent 3a2e6f4e35
commit a2eb951cbc

View File

@ -31,7 +31,7 @@ type
implementation
uses
{$IFDEF VER270} System.JSON,
{$IF CompilerVersion >= 27} System.JSON,
{$ELSE} Data.DBXJSON,
{$ENDIF}
System.SysUtils;