File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2626-- however invalidate any other reasons why the executable file might be --
2727-- covered by the GNU Public License. --
2828-- ----------------------------------------------------------------------------
29+
2930pragma Ada_2012;
3031
3132with Ada.Calendar ;
@@ -38,6 +39,7 @@ with Ada.Strings.Fixed;
3839with Ada.Strings.Maps.Constants ;
3940with Ada.Text_IO ;
4041with Ada.Unchecked_Deallocation ;
42+
4143with GNAT.Calendar.Time_IO ;
4244with GNAT.Regpat ;
4345
@@ -6509,6 +6511,6 @@ package body Templates_Parser is
65096511 -- -----------
65106512
65116513 function Version return String is separate ;
6512- -- so that it can be generated at build time.
6514+ -- so that it can be generated at build time
65136515
65146516end Templates_Parser ;
You can’t perform that action at this time.
0 commit comments