diff options
Diffstat (limited to 'src/vhdl/simulate/simul-grt_interface.adb')
-rw-r--r-- | src/vhdl/simulate/simul-grt_interface.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/simul-grt_interface.adb b/src/vhdl/simulate/simul-grt_interface.adb index a8ff0a056..40069e908 100644 --- a/src/vhdl/simulate/simul-grt_interface.adb +++ b/src/vhdl/simulate/simul-grt_interface.adb @@ -16,7 +16,7 @@ -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Types; use Types; package body Simul.Grt_Interface is |