Skip to content

Commit

Permalink
Merge branch 'topic/vadim/bob' into 'master'
Browse files Browse the repository at this point in the history
Add missing 'with' clause.

See merge request eng/ide/VSS!306
  • Loading branch information
godunko committed Dec 21, 2023
2 parents 097e11b + 74d2162 commit 0bc60cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

pragma Ada_2022;

with Ada.Finalization;
with Ada.Unchecked_Deallocation;

with VSS.IRIs;
Expand Down

0 comments on commit 0bc60cd

Please sign in to comment.