mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
data_fitting.cc should include gflags.
Also fix glog/gflag includes and sorting in examples. Change-Id: Ie07563b99cbb9172c941bb8f5fb7decb95fbb5d1
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <glog/logging.h>
|
||||
#include "Eigen/Core"
|
||||
#include "ceres/random.h"
|
||||
#include "ceres/rotation.h"
|
||||
#include "Eigen/Core"
|
||||
#include "glog/logging.h"
|
||||
|
||||
namespace ceres {
|
||||
namespace examples {
|
||||
|
||||
Reference in New Issue
Block a user