Update glog path

Change-Id: I47a69cb267c71a9f8f3350c4f645e8cf83e44cc9
This commit is contained in:
Sameer Agarwal
2013-05-09 10:02:24 -07:00
parent 5d7c19557c
commit a1eaa262ea
14 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -148,13 +148,13 @@
#ifndef CERES_PUBLIC_NUMERIC_DIFF_COST_FUNCTION_H_
#define CERES_PUBLIC_NUMERIC_DIFF_COST_FUNCTION_H_
#include <glog/logging.h>
#include "Eigen/Dense"
#include "ceres/cost_function.h"
#include "ceres/internal/numeric_diff.h"
#include "ceres/internal/scoped_ptr.h"
#include "ceres/sized_cost_function.h"
#include "ceres/types.h"
#include "glog/logging.h"
namespace ceres {