We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81b317 commit eef69ffCopy full SHA for eef69ff
gcc-c-api/gcc-callgraph.c
@@ -24,7 +24,11 @@
24
#include "tree-ssa-alias.h"
25
#include "basic-block.h"
26
#if (GCC_VERSION >= 4009)
27
-#include "gimple-expr.h"
+#include "tree-ssa-alias.h" /* needed by gimple.h in 4.9 */
28
+#include "internal-fn.h" /* needed by gimple.h in 4.9 */
29
+#include "is-a.h" /* needed by gimple.h in 4.9 */
30
+#include "predict.h" /* needed by gimple.h in 4.9 */
31
+#include "gimple-expr.h" /* needed by gimple.h in 4.9 */
32
#endif
33
#include "gimple.h"
34
0 commit comments