aboutsummaryrefslogtreecommitdiff
path: root/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.h b/exec.h
index 94ff691..26e4c2c 100644
--- a/exec.h
+++ b/exec.h
@@ -19,7 +19,7 @@
using namespace std;
-class DepNode;
+struct DepNode;
class Evaluator;
void Exec(const vector<DepNode*>& roots, Evaluator* ev);