From 61315329bf6d88bc61f0202e76f59e399100cb68 Mon Sep 17 00:00:00 2001 From: cbeall3 Date: Wed, 24 Jun 2015 10:55:06 -0400 Subject: [PATCH] Fix Matlab serialization --- gtsam/base/FastVector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtsam/base/FastVector.h b/gtsam/base/FastVector.h index 0a4932e01..7d1cb970c 100644 --- a/gtsam/base/FastVector.h +++ b/gtsam/base/FastVector.h @@ -20,6 +20,7 @@ #include #include +#include #include namespace gtsam {