summaryrefslogtreecommitdiffstats
path: root/src/evaluator.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-27 22:50:47 -0600
committerSlávek Banko <[email protected]>2012-07-29 19:24:38 +0200
commitb163211001db812c1e19afa9fa89cbc251132221 (patch)
tree2cbe2037acbcc53b955e51070d2e8a01844c36cd /src/evaluator.cpp
parent2016ba9b1ccbef2178c87f7694ccbcd00b492a67 (diff)
downloadabakus-b163211001db812c1e19afa9fa89cbc251132221.tar.gz
abakus-b163211001db812c1e19afa9fa89cbc251132221.zip
Fix FTBFS
(cherry picked from commit 2c82d91b8c5ac4b7b5813a8c09b130e12180974c)
Diffstat (limited to 'src/evaluator.cpp')
-rw-r--r--src/evaluator.cpp2
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>