Skip to content

Commit

Permalink
added missing includes in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alsora committed May 16, 2019
1 parent 73cf5d7 commit 3a1da82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rclcpp/test/test_parameter_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

#include <gtest/gtest.h>

#include <string>
#include <memory>

#include "rclcpp/rclcpp.hpp"

#include "rcl_interfaces/msg/parameter_event.hpp"
Expand Down

0 comments on commit 3a1da82

Please sign in to comment.