From 5f67be889c75d41c4e851f72b4b9ba8243463d52 Mon Sep 17 00:00:00 2001 From: Nils Date: Tue, 13 Feb 2024 09:42:30 -0800 Subject: [PATCH] Add numeric_ublas to accumulators deps --- boost.BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/boost.BUILD b/boost.BUILD index 8e45d1a66..eeb33a033 100644 --- a/boost.BUILD +++ b/boost.BUILD @@ -246,6 +246,7 @@ boost_library( ":config", ":fusion", ":mpl", + ":numeric_ublas", ":parameter", ":serialization", ":type_traits",