#include <Visitor.h>
Inherits Visitor< T, R, ConstVisit >.
Put it in every class that you want to make visitable (in addition to deriving it from BaseVisitable<R>