commit | a1eaa262eacc3a1575ccfbaa99933f51c8d4f537 | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Thu May 09 10:02:24 2013 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Thu May 09 10:09:38 2013 -0700 |
tree | 7a92a011dead51e91cf2b663c45e374ffe36fab9 | |
parent | 5d7c19557cdf874bfa8d692f06c87e3e8525192a [diff] [blame] |
Update glog path Change-Id: I47a69cb267c71a9f8f3350c4f645e8cf83e44cc9
diff --git a/include/ceres/sized_cost_function.h b/include/ceres/sized_cost_function.h index 6bfc1af..4f98d4e 100644 --- a/include/ceres/sized_cost_function.h +++ b/include/ceres/sized_cost_function.h
@@ -38,9 +38,9 @@ #ifndef CERES_PUBLIC_SIZED_COST_FUNCTION_H_ #define CERES_PUBLIC_SIZED_COST_FUNCTION_H_ -#include <glog/logging.h> #include "ceres/types.h" #include "ceres/cost_function.h" +#include "glog/logging.h" namespace ceres {