From 04f0c9294a8da8c37ef3466fbcddf2a23b649608 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 11 Aug 2013 14:42:49 +0800 Subject: ... --- eval.h | 1 + 1 file changed, 1 insertion(+) (limited to 'eval.h') 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 -- cgit v1.2.3