Skip to content

Commit

Permalink
Fix cpplint error (#574)
Browse files Browse the repository at this point in the history
Relates to ament/ament_lint#324

Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron authored Jan 12, 2022
1 parent d535d3c commit de8f46c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <fastdds/dds/subscriber/qos/DataReaderQos.hpp>
#include <fastdds/dds/topic/qos/TopicQos.hpp>

#include <fastrtps/qos/QosPolicies.h>
#include "fastrtps/qos/QosPolicies.h"

#include "rmw/rmw.h"

Expand Down

0 comments on commit de8f46c

Please sign in to comment.