diff --git a/source/xml/templates/implementation/vss-xml-implementation-template_evaluators.adb b/source/xml/templates/implementation/vss-xml-implementation-template_evaluators.adb index 12b1d1a9..d68189e9 100644 --- a/source/xml/templates/implementation/vss-xml-implementation-template_evaluators.adb +++ b/source/xml/templates/implementation/vss-xml-implementation-template_evaluators.adb @@ -6,6 +6,7 @@ pragma Ada_2022; +with Ada.Finalization; with Ada.Unchecked_Deallocation; with VSS.IRIs;