aboutsummaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
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