From 58d13c06fadbf4b8edeb0797eaad96c53ab6537c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 27 Feb 2024 08:43:44 +0100 Subject: [PATCH] Add missing import --- apis/c++/node/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/c++/node/build.rs b/apis/c++/node/build.rs index 0706053b..767bac2e 100644 --- a/apis/c++/node/build.rs +++ b/apis/c++/node/build.rs @@ -42,6 +42,7 @@ fn target_dir() -> PathBuf { #[cfg(feature = "ros2-bridge")] mod ros2 { + use super::target_dir; use std::path::{Component, Path, PathBuf}; pub fn generate() -> PathBuf {