mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Compilation fix for msvc2010
Usage of back_inserter requires <iterator> header when using msvc2010 Change-Id: I92ee1649795ce0468ce337fc414eb0ca6e90c51e
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
Reference in New Issue
Block a user