diff --git a/profiler/BUILD.bazel b/profiler/BUILD.bazel index b1c3c90f..5eb1772a 100644 --- a/profiler/BUILD.bazel +++ b/profiler/BUILD.bazel @@ -153,6 +153,7 @@ cc_library( deps = [ ":ProfilerImplInterface", "//:gz-common", + "@gz-utils//:NeverDestroyed", ] + select({ "use_remotery": [":RemoteryProfilerImpl"], "//conditions:default": [],