diff options
Diffstat (limited to 'gcc/fortran/convert.c')
-rw-r--r-- | gcc/fortran/convert.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/fortran/convert.c b/gcc/fortran/convert.c index ec90a717b33..261083dcf6e 100644 --- a/gcc/fortran/convert.c +++ b/gcc/fortran/convert.c @@ -25,7 +25,18 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "options.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" +#include "fold-const.h" #include "convert.h" /* Prepare expr to be an argument of a TRUTH_NOT_EXPR, |