Преглед изворни кода

[jsonSerializer] fpc compiler error

Exilon пре 5 година
родитељ
комит
4cb5633a4d
1 измењених фајлова са 1 додато и 1 уклоњено
  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 }