Add missing <algorithm> headers.

Thanks to kea@google.com for reporting this.

Change-Id: I9bde5823e9ea89451f476694c9b860080dffdf17
This commit is contained in:
Sameer Agarwal
2018-04-05 11:53:48 -07:00
parent 47863a1e56
commit 8202edcbb4
6 changed files with 8 additions and 0 deletions
@@ -34,6 +34,7 @@
#include "ceres/parallel_for.h"
#endif
#include <algorithm>
#include <iterator>
#include <memory>
#include <numeric>