diff options
Diffstat (limited to 'src/evaluator.cpp')
-rw-r--r-- | src/evaluator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evaluator.cpp b/src/evaluator.cpp index 71998cf..0bea1f3 100644 --- a/src/evaluator.cpp +++ b/src/evaluator.cpp @@ -22,7 +22,7 @@ #include "evaluator.h" #include "function.h" #include "node.h" // For parser_yacc.hpp below -#include "parser_yacc.hpp" +#include "parser.h" #include <tqapplication.h> #include <tqmap.h> |