summaryrefslogtreecommitdiff
path: root/gcc/ada/tree_in.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/tree_in.adb')
-rw-r--r--gcc/ada/tree_in.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/tree_in.adb b/gcc/ada/tree_in.adb
index da78a667294..60f7d45cb4e 100644
--- a/gcc/ada/tree_in.adb
+++ b/gcc/ada/tree_in.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2009 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -29,6 +29,7 @@
-- --
------------------------------------------------------------------------------
+with Aspects;
with Atree;
with Csets;
with Elists;
@@ -50,6 +51,7 @@ procedure Tree_In (Desc : File_Descriptor) is
begin
Tree_IO.Tree_Read_Initialize (Desc);
Opt.Tree_Read;
+ Aspects.Tree_Read;
Atree.Tree_Read;
Elists.Tree_Read;
Fname.Tree_Read;