summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
diff options
context:
space:
mode:
authorcesar <cesar@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-30 22:15:17 +0000
committercesar <cesar@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-30 22:15:17 +0000
commitb9dd9f0ef89e9f3703e54f60e01440f91d4f77ce (patch)
tree72aa09788272c79d7a35c8590b0c758dcb8b8c5c /gcc/cgraph.c
parent19ec752ea2cc04edb0a447d027090281c5af9fe0 (diff)
downloadgcc-b9dd9f0ef89e9f3703e54f60e01440f91d4f77ce.tar.gz
gcc/
* cgraph.c: Include context.h for offloading. * varpool.c: Include context.h and omp-low.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229608 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r--gcc/cgraph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c
index 92b861377f4..7839c720fe4 100644
--- a/gcc/cgraph.c
+++ b/gcc/cgraph.c
@@ -57,6 +57,7 @@ along with GCC; see the file COPYING3. If not see
#include "profile.h"
#include "params.h"
#include "tree-chkp.h"
+#include "context.h"
/* FIXME: Only for PROP_loops, but cgraph shouldn't have to know about this. */
#include "tree-pass.h"