diff options
Diffstat (limited to 'project2/common/aggregate.h')
-rw-r--r-- | project2/common/aggregate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/common/aggregate.h b/project2/common/aggregate.h index 18ad6a5..0641c6e 100644 --- a/project2/common/aggregate.h +++ b/project2/common/aggregate.h @@ -2,6 +2,7 @@ #define AGGREGATE_H #include "scripts.h" +#include "variables.h" #include <boost/function.hpp> class Aggregate : public SourceObject { |