diff options
Diffstat (limited to 'gcc/cobol/symfind.cc')
-rw-r--r-- | gcc/cobol/symfind.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cobol/symfind.cc b/gcc/cobol/symfind.cc index 38a8900..2687fdb 100644 --- a/gcc/cobol/symfind.cc +++ b/gcc/cobol/symfind.cc @@ -31,6 +31,9 @@ #include "cobol-system.h" +#include "coretypes.h" +#include "tree.h" + #include "../../libgcobol/ec.h" #include "../../libgcobol/common-defs.h" #include "util.h" |