Skip to content

Commit

Permalink
Add missing include guard.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adolfo Rodriguez Tsouroukdissian committed Mar 4, 2013
1 parent 20666fc commit 34a500e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
* Author: Wim Meeussen
*/

#ifndef JOINT_STATE_CONTROLLER_JOINT_STATE_CONTROLLER_H
#define JOINT_STATE_CONTROLLER_JOINT_STATE_CONTROLLER_H

#include <controller_interface/controller.h>
#include <hardware_interface/joint_state_interface.h>
Expand Down Expand Up @@ -59,3 +61,5 @@ class JointStateController: public controller_interface::Controller<hardware_int
};

}

#endif

0 comments on commit 34a500e

Please sign in to comment.