diff --git a/jvcl/run/JvInterpreter.pas b/jvcl/run/JvInterpreter.pas index f58e80f73c..4fa42ed28d 100644 --- a/jvcl/run/JvInterpreter.pas +++ b/jvcl/run/JvInterpreter.pas @@ -7970,6 +7970,7 @@ procedure TJvInterpreterUnit.ReadUnit(const UnitName: string); if FAdapter.UnitExists(UnitName) then Exit; FAdapter.AddSrcUnit(FCurUnitName, '', ''); + FAdapter.AddSrcUnit(UnitName, '', ''); OldUnitName := FCurUnitName; OldSource := Source; PushState;