diff options
Diffstat (limited to 'src/vhdl/vhdl-nodes_gc.adb')
-rw-r--r-- | src/vhdl/vhdl-nodes_gc.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes_gc.adb b/src/vhdl/vhdl-nodes_gc.adb index 1dc54f4bd..49fc0336a 100644 --- a/src/vhdl/vhdl-nodes_gc.adb +++ b/src/vhdl/vhdl-nodes_gc.adb @@ -19,7 +19,7 @@ with Ada.Unchecked_Deallocation; with Types; use Types; with Logging; use Logging; -with Nodes_Meta; use Nodes_Meta; +with Vhdl.Nodes_Meta; use Vhdl.Nodes_Meta; with Errorout; use Errorout; with Libraries; with Vhdl.Disp_Tree; |