diff options
Diffstat (limited to 'gcc/tree-nrv.c')
-rw-r--r-- | gcc/tree-nrv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tree-nrv.c b/gcc/tree-nrv.c index ba22e60..06b1351 100644 --- a/gcc/tree-nrv.c +++ b/gcc/tree-nrv.c @@ -1,5 +1,6 @@ /* Language independent return value optimizations - Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. This file is part of GCC. @@ -25,6 +26,7 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "basic-block.h" #include "diagnostic.h" +#include "tree-pretty-print.h" #include "tree-flow.h" #include "timevar.h" #include "tree-dump.h" |