diff options
Diffstat (limited to 'src/synth/synth-expr.adb')
-rw-r--r-- | src/synth/synth-expr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb index 7a682dbff..0384aa785 100644 --- a/src/synth/synth-expr.adb +++ b/src/synth/synth-expr.adb @@ -23,7 +23,7 @@ with Ada.Unchecked_Deallocation; with Std_Names; with Vhdl.Ieee.Std_Logic_1164; with Vhdl.Std_Package; -with Errorout; use Errorout; +with Vhdl.Errors; use Vhdl.Errors; with Simul.Execution; with Grt.Types; use Grt.Types; |