From 190291a1e535d7734883e67d46c8f241fecf1804 Mon Sep 17 00:00:00 2001 From: Jakub Sosnovec Date: Thu, 27 Jul 2023 16:32:01 +0200 Subject: [PATCH] iox-#1982 Fix dust BAZEL build --- iceoryx_dust/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iceoryx_dust/BUILD.bazel b/iceoryx_dust/BUILD.bazel index 6ed9d01be3..aa0600c91b 100644 --- a/iceoryx_dust/BUILD.bazel +++ b/iceoryx_dust/BUILD.bazel @@ -33,7 +33,7 @@ cc_library( "source/**/*.cpp", "source/**/*.hpp", ]), - hdrs = glob(["include/**"] + glob(["vocabulary/**"])) + [, + hdrs = glob(["include/**"] + glob(["vocabulary/**"])) + [ ":iceoryx_dust_deployment_hpp", ], includes = [