Browse Source

[jsonSerializer] fpc compiler error

Exilon 5 năm trước cách đây
mục cha
commit
4cb5633a4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Quick.Json.Serializer.pas

+ 1 - 1
Quick.Json.Serializer.pas

@@ -187,7 +187,7 @@ resourcestring
 implementation
 
 uses
-  System.Generics.Collections;
+  Generics.Collections;
 
 { TRTTIJson }