summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-live.h')
-rw-r--r--gcc/tree-ssa-live.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-ssa-live.h b/gcc/tree-ssa-live.h
index f8104424aa8..59967eef3df 100644
--- a/gcc/tree-ssa-live.h
+++ b/gcc/tree-ssa-live.h
@@ -23,6 +23,8 @@ Boston, MA 02111-1307, USA. */
#ifndef _TREE_SSA_LIVE_H
#define _TREE_SSA_LIVE_H 1
+#include "partition.h"
+
/* Used to create the variable mapping when we go out of SSA form. */
typedef struct _var_map
{