diff options
Diffstat (limited to 'gcc/ada/a-coinve.ads')
-rw-r--r-- | gcc/ada/a-coinve.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/a-coinve.ads b/gcc/ada/a-coinve.ads index 978b49a455a..5cb97d53ddb 100644 --- a/gcc/ada/a-coinve.ads +++ b/gcc/ada/a-coinve.ads @@ -33,6 +33,7 @@ with Ada.Iterator_Interfaces; +private with Ada.Containers.Helpers; private with Ada.Finalization; private with Ada.Streams; @@ -357,6 +358,7 @@ private pragma Inline (Next); pragma Inline (Previous); + use Ada.Containers.Helpers; package Implementation is new Generic_Implementation; use Implementation; |