Skip to content

Commit

Permalink
Add missing with statements for Ada.Directories (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowan-walshe authored Jan 15, 2024
1 parent ac1b9d7 commit 84326c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/alire/alire-roots-editable.adb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
with Ada.Directories;

with Alire.Conditional;
with Alire.Dependencies.Diffs;
with Alire.Directories;
Expand Down
1 change: 1 addition & 0 deletions src/alire/alire-roots.adb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
with Ada.Directories;
with Ada.Unchecked_Deallocation;

with Alire.Builds;
Expand Down

0 comments on commit 84326c9

Please sign in to comment.