Skip to content

Commit

Permalink
Fixes neslib#11 - iniline not applied due to missing System.Classes
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentparrett authored Mar 15, 2022
1 parent 4b7c755 commit 0762a27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Neslib.Json.Path.pas
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,9 @@ TOperator = record

implementation

uses
System.Classes;

{ TJsonPath }

procedure TJsonPath.AddMatch(const AMatch: TJsonValue);
Expand Down

0 comments on commit 0762a27

Please sign in to comment.