diff --git a/rmw_dds_common/test/test_security.cpp b/rmw_dds_common/test/test_security.cpp index 0ebd455..53b5496 100644 --- a/rmw_dds_common/test/test_security.cpp +++ b/rmw_dds_common/test/test_security.cpp @@ -12,16 +12,16 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include - -#include -#include - #include #include #include #include +#include "gtest/gtest.h" + +#include "rcpputils/filesystem_helper.hpp" +#include "rmw_dds_common/security.hpp" + TEST(test_security, files_exist_no_prefix) { rcpputils::fs::path dir = rcpputils::fs::path("./test_folder");