summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index 384dbcc03..f345ba552 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -38,6 +38,7 @@
#include "expr/metakind.h"
#include "expr/expr.h"
#include "options/language.h"
+#include "options/set_language.h"
#include "util/configuration.h"
#include "util/utility.h"
#include "util/hash.h"
@@ -864,7 +865,7 @@ public:
/**
* IOStream manipulator to set the output language for Exprs.
*/
- typedef expr::ExprSetLanguage setlanguage;
+ typedef language::SetLanguage setlanguage;
/**
* Very basic pretty printer for Node.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback