diff options
Diffstat (limited to 'gcc/sancov.c')
-rw-r--r-- | gcc/sancov.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/sancov.c b/gcc/sancov.c index 1651989..b19de8b 100644 --- a/gcc/sancov.c +++ b/gcc/sancov.c @@ -32,6 +32,8 @@ along with GCC; see the file COPYING3. If not see #include "tree-cfg.h" #include "tree-pass.h" #include "tree-iterator.h" +#include "stringpool.h" +#include "attribs.h" #include "asan.h" namespace { |