diff options
Diffstat (limited to 'src/grt/grt-files.ads')
-rw-r--r-- | src/grt/grt-files.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-files.ads b/src/grt/grt-files.ads index 05ac829de..da22f0c1d 100644 --- a/src/grt/grt-files.ads +++ b/src/grt/grt-files.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 Interfaces; package Grt.Files is |