diff options
Diffstat (limited to 'src/vhdl/vhdl-elocations.ads')
-rw-r--r-- | src/vhdl/vhdl-elocations.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-elocations.ads b/src/vhdl/vhdl-elocations.ads index 8772aec1b..14c33999f 100644 --- a/src/vhdl/vhdl-elocations.ads +++ b/src/vhdl/vhdl-elocations.ads @@ -17,7 +17,7 @@ -- 02111-1307, USA. with Types; use Types; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Vhdl.Elocations is |