diff options
Diffstat (limited to 'gcc/ubsan.c')
-rw-r--r-- | gcc/ubsan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ubsan.c b/gcc/ubsan.c index 62894d9687e..de5dc40d659 100644 --- a/gcc/ubsan.c +++ b/gcc/ubsan.c @@ -22,6 +22,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tree.h" +#include "stor-layout.h" +#include "stringpool.h" #include "cgraph.h" #include "tree-pass.h" #include "gimple.h" |