diff options
author | Cesar Philippidis <cesar@codesourcery.com> | 2015-10-30 15:15:17 -0700 |
---|---|---|
committer | Cesar Philippidis <cesar@gcc.gnu.org> | 2015-10-30 15:15:17 -0700 |
commit | 2631d4eb87db704196d57f53729e596a645e9b6d (patch) | |
tree | 72aa09788272c79d7a35c8590b0c758dcb8b8c5c /gcc/cgraph.c | |
parent | d614335f7796ca828cfab1a9e789bbb91165755b (diff) | |
download | gcc-2631d4eb87db704196d57f53729e596a645e9b6d.zip gcc-2631d4eb87db704196d57f53729e596a645e9b6d.tar.gz gcc-2631d4eb87db704196d57f53729e596a645e9b6d.tar.bz2 |
cgraph.c: Include context.h for offloading.
gcc/
* cgraph.c: Include context.h for offloading.
* varpool.c: Include context.h and omp-low.h.
From-SVN: r229608
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 92b8613..7839c72 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" |