diff options
Diffstat (limited to 'gcc/hsa-common.c')
-rw-r--r-- | gcc/hsa-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/hsa-common.c b/gcc/hsa-common.c index 95636eb..c8c12af 100644 --- a/gcc/hsa-common.c +++ b/gcc/hsa-common.c @@ -40,6 +40,8 @@ along with GCC; see the file COPYING3. If not see #include "internal-fn.h" #include "ctype.h" #include "builtins.h" +#include "stringpool.h" +#include "attribs.h" /* Structure containing intermediate HSA representation of the generated function. */ |