diff options
Diffstat (limited to 'gcc/tree-browser.c')
-rw-r--r-- | gcc/tree-browser.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tree-browser.c b/gcc/tree-browser.c index 188bea6..0180d3a 100644 --- a/gcc/tree-browser.c +++ b/gcc/tree-browser.c @@ -1,5 +1,6 @@ /* Tree browser. - Copyright (C) 2002, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2007, 2008, 2010 + Free Software Foundation, Inc. Contributed by Sebastian Pop <s.pop@laposte.net> This file is part of GCC. @@ -25,6 +26,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "tree-inline.h" #include "diagnostic.h" +#include "tree-pretty-print.h" #include "hashtab.h" |