Browse Source

[jsonSerializer] fpc compiler error

Exilon 5 years ago
parent
commit
4cb5633a4d
1 changed files with 1 additions and 1 deletions
  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 }