From 8dcde7bc58fb3c17b0d890ca0fa7cd0db7a54886 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 12 Feb 2022 11:03:26 -0500 Subject: [PATCH] Make work with boost 1.74 --- gtsam/base/FastSet.h | 1 + gtsam/base/serialization.h | 1 + 2 files changed, 2 insertions(+) diff --git a/gtsam/base/FastSet.h b/gtsam/base/FastSet.h index 8c23ae9e5..985125d40 100644 --- a/gtsam/base/FastSet.h +++ b/gtsam/base/FastSet.h @@ -18,6 +18,7 @@ #pragma once +#include #include #include #include diff --git a/gtsam/base/serialization.h b/gtsam/base/serialization.h index 24355c684..e615afe83 100644 --- a/gtsam/base/serialization.h +++ b/gtsam/base/serialization.h @@ -25,6 +25,7 @@ #include // includes for standard serialization types +#include #include #include #include