diff options
author | Tobias Klauser <tobias.klauser@uzh.ch> | 2013-01-28 16:15:50 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-01-28 16:33:08 +0100 |
commit | d2fb8067167785b299482d247aaf90a35f55b62c (patch) | |
tree | d12fc756e9fecf935cbc46e1d6a3f89895868049 /LocomotorPrimitivesController.h | |
parent | e5e089fe6c136d3962a066f9a8c7b56009459b16 (diff) |
LocomotorPrimitives: Switch to using Logger class for logging
Diffstat (limited to 'LocomotorPrimitivesController.h')
-rw-r--r-- | LocomotorPrimitivesController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LocomotorPrimitivesController.h b/LocomotorPrimitivesController.h index c33745e..578a659 100644 --- a/LocomotorPrimitivesController.h +++ b/LocomotorPrimitivesController.h @@ -3,6 +3,8 @@ #include <OpenSim/OpenSim.h> +#include "Logger.h" + class LocomotorPrimitivesController : public OpenSim::Controller { OpenSim_DECLARE_CONCRETE_OBJECT(LocomotorPrimitivesController, OpenSim::Controller); |