diff options
Diffstat (limited to 'src/grt/grt-options.ads')
-rw-r--r-- | src/grt/grt-options.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-options.ads b/src/grt/grt-options.ads index 8da4ace94..fa29cc85f 100644 --- a/src/grt/grt-options.ads +++ b/src/grt/grt-options.ads @@ -21,6 +21,7 @@ -- however invalidate any other reasons why the executable file might be -- covered by the GNU Public License. with Grt.Types; use Grt.Types; +with Grt.Vhdl_Types; use Grt.Vhdl_Types; with Grt.Severity; package Grt.Options is |