From bf67daf79e0f41cb0908406bde92cbf125478419 Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Thu, 11 Apr 2019 10:35:04 -0700 Subject: [PATCH] Add the missing header to fixed_array.h Change-Id: I1f48bd6eab0c6b189d01c68d4940a586a968581f --- include/ceres/internal/fixed_array.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ceres/internal/fixed_array.h b/include/ceres/internal/fixed_array.h index 6e86e9d9f..69af2ea1c 100644 --- a/include/ceres/internal/fixed_array.h +++ b/include/ceres/internal/fixed_array.h @@ -31,6 +31,7 @@ #define CERES_PUBLIC_INTERNAL_FIXED_ARRAY_H_ #include +#include #include #include #include