Skip to content

Commit

Permalink
Include missing rcl headers in use. (#782)
Browse files Browse the repository at this point in the history
And stop relying on transitive dependencies.

Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Jul 12, 2019
1 parent f8d6094 commit 8c48dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rclcpp/test/test_parameter_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

#include <gtest/gtest.h>
#include <rcl/allocator.h>
#include <rcl_yaml_param_parser/parser.h>
#include <rcutils/strdup.h>

Expand Down

0 comments on commit 8c48dbe

Please sign in to comment.