-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing with statements for Ada.Directories (#1525)
- Loading branch information
1 parent
ac1b9d7
commit 84326c9
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
with Ada.Directories; | ||
with Ada.Unchecked_Deallocation; | ||
|
||
with Alire.Builds; | ||
|