mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
<iterator> needed for back_insert_iterator
Adding this header was required to make Ceres compile with VS2010. Change-Id: I000c860da4fd385d625e70695564225bdfd433c7
This commit is contained in:
committed by
Gerrit Code Review
parent
520d35ef22
commit
585607171f
@@ -72,6 +72,7 @@
|
||||
// Winner 0 0 5 11 2 41
|
||||
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <fstream>
|
||||
#include "ceres/ceres.h"
|
||||
#include "gflags/gflags.h"
|
||||
|
||||
Reference in New Issue
Block a user