From fcecd0e7dc0bf103986c02e2f29fb518cd5571c5 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Thu, 3 May 2012 15:35:39 +1000 Subject: Add a parser for linear equations (Also add the antlr jar and C runtime) --- impl/VariableAssignment.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'impl/VariableAssignment.hpp') diff --git a/impl/VariableAssignment.hpp b/impl/VariableAssignment.hpp index c0c7148..d604a74 100644 --- a/impl/VariableAssignment.hpp +++ b/impl/VariableAssignment.hpp @@ -2,6 +2,7 @@ #define VARIABLE_ASSIGNMENT_HPP #include "Variable.hpp" +#include template struct VariableAssignment { -- cgit v1.2.3