diff options
Diffstat (limited to 'src/libexpr/parser.cc')
-rw-r--r-- | src/libexpr/parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/parser.cc b/src/libexpr/parser.cc index a0a6c01df762..8a199c00263f 100644 --- a/src/libexpr/parser.cc +++ b/src/libexpr/parser.cc @@ -7,7 +7,7 @@ #include "aterm.hh" #include "parser.hh" -#include "constructors.hh" +#include "nixexpr-ast.hh" struct ParseData |