Jelajahi Sumber

[jsonSerializer] fpc compiler error

Exilon 5 tahun lalu
induk
melakukan
4cb5633a4d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 }