From afe1382ff78d79e3f536af2133be49319b297fb0 Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Mon, 10 Apr 2017 11:55:05 -0700 Subject: [PATCH] Add missing include. Change-Id: Ied1199569d952fcdcaa0171893631d01d40eea7f --- internal/ceres/compressed_row_jacobian_writer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/ceres/compressed_row_jacobian_writer.cc b/internal/ceres/compressed_row_jacobian_writer.cc index 6ee7226be..d21aa7d65 100644 --- a/internal/ceres/compressed_row_jacobian_writer.cc +++ b/internal/ceres/compressed_row_jacobian_writer.cc @@ -30,6 +30,7 @@ #include "ceres/compressed_row_jacobian_writer.h" +#include #include #include