| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | #include <string> | |
| 5 | #include <vector> | |
| 6 | ||
| 7 | < | #include "BaseVisitor.hpp" |
| 8 | < | #include "StuntDouble.hpp" |
| 7 | > | #include "visitors/BaseVisitor.hpp" |
| 8 | > | #include "primitives/StuntDouble.hpp" |
| 9 | using namespace std; | |
| 10 | ||
| 11 | //IgnoreVisitor will turn on the ignoring flag of the stuntdouble | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |