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/examples/robust_curve_fitting.cc b/examples/robust_curve_fitting.cc index 01cbbb2..ad71a5d 100644 --- a/examples/robust_curve_fitting.cc +++ b/examples/robust_curve_fitting.cc
@@ -28,8 +28,8 @@ // // Author: sameeragarwal@google.com (Sameer Agarwal) -#include <glog/logging.h> #include "ceres/ceres.h" +#include "glog/logging.h" // Data generated using the following octave code. // randn('seed', 23497);