summaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-16 13:28:13 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-16 13:28:13 +0000
commitf5d9dd2ea4fdacef34156ebc853cfeba4e6f301c (patch)
treecce547740f98c101f61544e0f1425332c9574d32 /gcc/system.h
parentd09bc815334db180910b5f50f9972982207695be (diff)
downloadgcc-f5d9dd2ea4fdacef34156ebc853cfeba4e6f301c.tar.gz
2012-08-16 Diego Novillo <dnovillo@google.com>
PR bootstrap/54281 * double-int.h: Move including of gmp.h ... * system.h: ... here. * realmpfr.h: Do not include gmp.h. * tree-ssa-loop-niter.c: Do not include gmp.h. fortran/ChangeLog * gfortran.h: Do not include gmp.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190444 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 9e7d5030465..0ccd9917b94 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -1037,4 +1037,8 @@ helper_const_non_const_cast (const char *p)
#define DEBUG_VARIABLE
#endif
+#ifndef GENERATOR_FILE
+#include <gmp.h>
+#endif
+
#endif /* ! GCC_SYSTEM_H */