Skip to content

Commit 950a7da

Browse files
committed
Fix headers from review
Signed-off-by: Minju, Lee <[email protected]>
1 parent 9ffda3f commit 950a7da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rmw_fastrtps_shared_cpp/src/qos.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
#include <limits>
16+
#include <string>
1617
#include <vector>
1718

1819
#include "rcutils/logging_macros.h"

rmw_fastrtps_shared_cpp/src/rmw_get_service_endpoint_info.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
// limitations under the License.
1414

1515
#include <algorithm>
16+
#include <functional>
1617
#include <map>
18+
#include <memory>
1719
#include <string>
1820
#include <tuple>
1921
#include <vector>
@@ -60,7 +62,6 @@ static rmw_ret_t __validate_arguments(
6062
return RMW_RET_OK;
6163
}
6264

63-
6465
rmw_ret_t
6566
__rmw_get_clients_info_by_service(
6667
const char * identifier,

0 commit comments

Comments
 (0)