From 72772b1f4105a7576f6db3a88222161b27942ffb Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 5 Feb 2022 18:41:35 -0500 Subject: [PATCH] Add header back in --- python/gtsam/preamble/inference.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/gtsam/preamble/inference.h b/python/gtsam/preamble/inference.h index d07a75f6f..4106c794a 100644 --- a/python/gtsam/preamble/inference.h +++ b/python/gtsam/preamble/inference.h @@ -10,3 +10,5 @@ * Without this they will be automatically converted to a Python object, and all * mutations on Python side will not be reflected on C++. */ + +#include \ No newline at end of file