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
+1
View File
@@ -32,6 +32,7 @@
#include "ceres/loss_function.h"
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <limits>