mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Add sstream header to solver.cc
Thanks to Filippo Basso for reporting this. Change-Id: I45059cd66bad9d26e706fc3011f714cf60121320
This commit is contained in:
@@ -29,11 +29,13 @@
|
||||
// Author: keir@google.com (Keir Mierle)
|
||||
// sameeragarwal@google.com (Sameer Agarwal)
|
||||
|
||||
#include "ceres/internal/port.h"
|
||||
#include "ceres/solver.h"
|
||||
|
||||
#include <iostream> // NOLINT
|
||||
#include <sstream> // NOLINT
|
||||
#include <vector>
|
||||
#include "ceres/internal/port.h"
|
||||
|
||||
#include "ceres/problem.h"
|
||||
#include "ceres/problem_impl.h"
|
||||
#include "ceres/program.h"
|
||||
|
||||
Reference in New Issue
Block a user