فهرست منبع

Add missing #include of <limits> for loss functions.

Change-Id: Id632451429e03031a1533a9be795270debc70706
Alex Stewart 11 سال پیش
والد
کامیت
54893ba523
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      internal/ceres/loss_function.cc

+ 1 - 0
internal/ceres/loss_function.cc

@@ -34,6 +34,7 @@
 
 
 #include <cmath>
 #include <cmath>
 #include <cstddef>
 #include <cstddef>
+#include <limits>
 
 
 namespace ceres {
 namespace ceres {