diff options
Diffstat (limited to 'boot/dependency.cc')
| -rw-r--r-- | boot/dependency.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/dependency.cc b/boot/dependency.cc index 84fd800..ada0bac 100644 --- a/boot/dependency.cc +++ b/boot/dependency.cc @@ -22,7 +22,8 @@ along with GCC; see the file COPYING3. If not see #include <string.h> #include "elna/boot/driver.h" -#include "elna/boot/semantic.h" +#include "elna/boot/name_analysis.h" +#include "elna/boot/type_check.h" #include "parser.hh" namespace elna::boot |
