commit | b5b63b5b66d4075c3b7726995b704428b3985e23 | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Wed May 07 08:33:32 2025 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Wed May 07 08:33:32 2025 -0700 |
tree | 219ffcc5c734a2a9603ac20a697470da8cfdb094 | |
parent | 5d7baac2588ff162a38338477b6494eb6e19cef8 [diff] |
ClangTidy fixes Change-Id: Ib60fd2815875b4dc1fdb8402fb35758868302842
diff --git a/internal/ceres/dynamic_cost_function_to_functor.cc b/internal/ceres/dynamic_cost_function_to_functor.cc index f6e1a62..a96c4fd 100644 --- a/internal/ceres/dynamic_cost_function_to_functor.cc +++ b/internal/ceres/dynamic_cost_function_to_functor.cc
@@ -29,10 +29,13 @@ // 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> +#include <utility> + +#include "absl/log/check.h" +#include "ceres/cost_function.h" namespace ceres {