diff options
Diffstat (limited to 'gcc/cfg.h')
-rw-r--r-- | gcc/cfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cfg.h b/gcc/cfg.h index f5ea2ce897f..7674667100b 100644 --- a/gcc/cfg.h +++ b/gcc/cfg.h @@ -20,6 +20,8 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_CFG_H #define GCC_CFG_H +#include "dominance.h" + /* What sort of profiling information we have. */ enum profile_status_d { |