diff options
Diffstat (limited to 'gcc/vr-values.h')
-rw-r--r-- | gcc/vr-values.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/vr-values.h b/gcc/vr-values.h index b4ab4e6..cfe4f64 100644 --- a/gcc/vr-values.h +++ b/gcc/vr-values.h @@ -20,6 +20,8 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_VR_VALUES_H #define GCC_VR_VALUES_H +#include "value-range-equiv.h" + /* The VR_VALUES class holds the current view of range information for all the SSA_NAMEs in the IL. |