The error message can't be more clear than that. thor::Animator is a class template (not a class), thus it requires template arguments.
If you have not learned templates yet, I suggest you do that before using Thor; the library uses some advanced C++ techniques.