Skip to content

Commit 121ac76

Browse files
committed
Minor fix
Signed-off-by: Alberto Tudela <[email protected]>
1 parent efa9238 commit 121ac76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsr_util/test/utils/test_dsr_setup.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <tuple>
2020

2121
#include "gtest/gtest.h"
22-
#include <ament_index_cpp/get_package_share_directory.hpp>
22+
#include "ament_index_cpp/get_package_share_directory.hpp"
2323
#include "dsr_util/dsr_api_ext.hpp"
2424

2525
#ifndef UTILS__TEST_DSR_SETUP_HPP_

0 commit comments

Comments
 (0)