diff options
Diffstat (limited to 'gcc/realmpfr.c')
-rw-r--r-- | gcc/realmpfr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/realmpfr.c b/gcc/realmpfr.c index 34f77120c5d..b5c11206d6c 100644 --- a/gcc/realmpfr.c +++ b/gcc/realmpfr.c @@ -22,6 +22,7 @@ #include "coretypes.h" #include "realmpfr.h" #include "tree.h" /* For TYPE_MODE in real_from_mpfr. */ +#include "stor-layout.h" /* Convert from REAL_VALUE_TYPE to MPFR. The caller is responsible for initializing and clearing the MPFR parameter. */ |