Skip to content

Commit

Permalink
Merge pull request #5 from ros2/fix-includes
Browse files Browse the repository at this point in the history
Fix includes
  • Loading branch information
esteve committed Jan 7, 2016
2 parents 616663f + e0cbd29 commit 66d35e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rclc/include/rclc/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
#ifndef RCLC__TYPES_H_
#define RCLC__TYPES_H_

#include "rcl/node.h"
#include "rcl/publisher.h"
#include "rcl/subscription.h"
#include "rcl/types.h"

typedef rcl_ret_t rclc_ret_t;
Expand Down

0 comments on commit 66d35e9

Please sign in to comment.