aboutsummaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-11 14:42:49 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-11 14:42:49 +0800
commit04f0c9294a8da8c37ef3466fbcddf2a23b649608 (patch)
treeaf9fa5951b720e3c8734043df2d23e67df6eadfe /eval.h
parent6ee68e0b6ac242c242e2c057ba583974ce47bed9 (diff)
...
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.h b/eval.h
index 0ccdee6..a824748 100644
--- a/eval.h
+++ b/eval.h
@@ -1,6 +1,7 @@
#ifndef EVAL_H
#define EVAL_H
#include "model.h"
+#include "types.h"
const int EVAL_STACK_SIZE = 262144;
/** @class Evaluator