diff options
Diffstat (limited to 'gcc/realmpfr.c')
-rw-r--r-- | gcc/realmpfr.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/realmpfr.c b/gcc/realmpfr.c index a10ed35c2b6..3ddb70446e8 100644 --- a/gcc/realmpfr.c +++ b/gcc/realmpfr.c @@ -21,6 +21,16 @@ #include "system.h" #include "coretypes.h" #include "realmpfr.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" /* For TYPE_MODE in real_from_mpfr. */ #include "stor-layout.h" |