diff options
Diffstat (limited to 'gcc/ada/gnat_cuda.adb')
-rw-r--r-- | gcc/ada/gnat_cuda.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gnat_cuda.adb b/gcc/ada/gnat_cuda.adb index 7c06f25..eb023db 100644 --- a/gcc/ada/gnat_cuda.adb +++ b/gcc/ada/gnat_cuda.adb @@ -25,14 +25,14 @@ -- This package defines CUDA-specific datastructures and functions. -with Atree; use Atree; with Debug; use Debug; with Elists; use Elists; with Namet; use Namet; with Nlists; use Nlists; with Nmake; use Nmake; with Rtsfind; use Rtsfind; -with Sinfo; use Sinfo; +with Sinfo; use Sinfo; +with Sinfo.Nodes; use Sinfo.Nodes; with Stringt; use Stringt; with Tbuild; use Tbuild; with Uintp; use Uintp; |