From d8c04ecfcbddd90c313fb3572492fd414178ce6f Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sun, 18 Oct 2009 17:35:15 +0000 Subject: [PATCH] Fixed serialization include header. --- cpp/NonlinearFactor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/NonlinearFactor.h b/cpp/NonlinearFactor.h index 343f30e8f..98ad62dd9 100644 --- a/cpp/NonlinearFactor.h +++ b/cpp/NonlinearFactor.h @@ -15,7 +15,7 @@ #include #include -#include +#include #include "Factor.h" #include "Matrix.h"