commit | 5d7baac2588ff162a38338477b6494eb6e19cef8 | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Wed May 07 08:26:26 2025 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Wed May 07 08:26:26 2025 -0700 |
tree | eea2e31fe2c8df62ee3ce015061e9ab1a89c82bd | |
parent | a3fd8ec46191565b8ec373323d212a409e73b542 [diff] |
ClangTidy fixes Change-Id: Iae5a6b0067c726a5c5f6a88acee15a574cb46be6
diff --git a/internal/ceres/dynamic_cost_function_to_functor.cc b/internal/ceres/dynamic_cost_function_to_functor.cc index 42e8fac..f6e1a62 100644 --- a/internal/ceres/dynamic_cost_function_to_functor.cc +++ b/internal/ceres/dynamic_cost_function_to_functor.cc
@@ -29,6 +29,7 @@ // Author: sameeragarwal@google.com (Sameer Agarwal) // dgossow@google.com (David Gossow) +#include "ceres/cost_function.h" #include "ceres/dynamic_cost_function_to_functor.h" #include <memory>