Skip to content

Commit

Permalink
Use package path to TypeSupport.hpp headers in ServiceTypeSupport and…
Browse files Browse the repository at this point in the history
… MessageTypeSupport (#415)

Use package in path to TypeSupport header for ServiceTypeSupport/MessageTypeSupport

Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero committed Aug 5, 2020
1 parent 0df8533 commit 1a02240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <cassert>
#include <memory>

#include "TypeSupport.hpp"
#include "rmw_fastrtps_shared_cpp/TypeSupport.hpp"

namespace rmw_fastrtps_shared_cpp
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <fastcdr/Cdr.h>
#include <cassert>

#include "TypeSupport.hpp"
#include "rmw_fastrtps_shared_cpp/TypeSupport.hpp"

struct CustomServiceInfo;

Expand Down

0 comments on commit 1a02240

Please sign in to comment.