diff options
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r-- | gcc/double-int.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h index 7ea0528..3d9aa2c 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -20,6 +20,10 @@ along with GCC; see the file COPYING3. If not see #ifndef DOUBLE_INT_H #define DOUBLE_INT_H +#ifndef GENERATOR_FILE +#include <gmp.h> +#endif + /* A large integer is currently represented as a pair of HOST_WIDE_INTs. It therefore represents a number with precision of 2 * HOST_BITS_PER_WIDE_INT bits (it is however possible that the |