diff options
Diffstat (limited to 'src/vhdl/vhdl-elocations_meta.ads')
-rw-r--r-- | src/vhdl/vhdl-elocations_meta.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-elocations_meta.ads b/src/vhdl/vhdl-elocations_meta.ads index ad389daca..41cd354f4 100644 --- a/src/vhdl/vhdl-elocations_meta.ads +++ b/src/vhdl/vhdl-elocations_meta.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_Meta is -- The enumeration of all fields defined in iirs. |