| commit | 97873ea658fa6a7979980b3dcb785085a49db917 | [log] [tgz] |
|---|---|---|
| author | Sameer Agarwal <sameeragarwal@google.com> | Thu Jan 21 13:49:38 2021 -0800 |
| committer | Sameer Agarwal <sameeragarwal@google.com> | Thu Jan 21 13:49:38 2021 -0800 |
| tree | bba7a1253a360e37058e6f12755aac1a23f89901 | |
| parent | d15b1bcd3e5c45db39e7a64b522a05ef4b393e7e [diff] |
Add some missing includes for glog/logging.h Change-Id: Ia10c2809eb360bd30efddc0cd941b0de06ac09d6
diff --git a/include/ceres/cost_function_to_functor.h b/include/ceres/cost_function_to_functor.h index 9364293..b3aea30 100644 --- a/include/ceres/cost_function_to_functor.h +++ b/include/ceres/cost_function_to_functor.h
@@ -98,6 +98,7 @@ #include "ceres/internal/parameter_dims.h" #include "ceres/internal/port.h" #include "ceres/types.h" +#include "glog/logging.h" namespace ceres {
diff --git a/include/ceres/dynamic_cost_function_to_functor.h b/include/ceres/dynamic_cost_function_to_functor.h index 8d174d8..5f47875 100644 --- a/include/ceres/dynamic_cost_function_to_functor.h +++ b/include/ceres/dynamic_cost_function_to_functor.h
@@ -39,6 +39,7 @@ #include "ceres/dynamic_cost_function.h" #include "ceres/internal/fixed_array.h" #include "ceres/internal/port.h" +#include "glog/logging.h" namespace ceres {