X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gcc%2Fprint-tree.c;h=649ff4f64da54fdd724288d102c36703896962f6;hb=fe5ad9266cba2cbb611a831aaac450d3f6decd0c;hp=f9e03424c36f6ea2de5090c474e6d231e7bd279e;hpb=6715fbd40b05c43941c4d4e093cceb5345a695e7;p=thirdparty%2Fgcc.git diff --git a/gcc/print-tree.c b/gcc/print-tree.c index f9e03424c36f..649ff4f64da5 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -23,6 +23,9 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" +#include "varasm.h" +#include "print-rtl.h" +#include "stor-layout.h" #include "ggc.h" #include "langhooks.h" #include "tree-iterator.h"