summaryrefslogtreecommitdiff
path: root/src/printer/ast
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/ast')
-rw-r--r--src/printer/ast/ast_printer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printer/ast/ast_printer.cpp b/src/printer/ast/ast_printer.cpp
index 88c769f26..8ab5c121d 100644
--- a/src/printer/ast/ast_printer.cpp
+++ b/src/printer/ast/ast_printer.cpp
@@ -17,7 +17,7 @@
#include "printer/ast/ast_printer.h"
#include "expr/expr.h" // for ExprSetDepth etc..
#include "util/language.h" // for LANG_AST
-#include "expr/node_manager.h" // for VarNameAttr
+#include "expr/node_manager_attributes.h" // for VarNameAttr
#include "expr/command.h"
#include "printer/dagification_visitor.h"
#include "util/node_visitor.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback