diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index e1e173b..11fa1d0 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -22,6 +22,8 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA #ifndef GCC_FUNCTION_H #define GCC_FUNCTION_H +#include "tree.h" + struct var_refs_queue GTY(()) { rtx modified; |