From c344e6e0233e363c2be28827c94aa3f622488178 Mon Sep 17 00:00:00 2001 From: Arkadiusz Niemiec Date: Thu, 23 Jan 2025 23:48:33 +0100 Subject: [PATCH] fix: add missing config include --- gtsam/base/concepts.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtsam/base/concepts.h b/gtsam/base/concepts.h index 6ff1a44d4c..ec02c7e570 100644 --- a/gtsam/base/concepts.h +++ b/gtsam/base/concepts.h @@ -8,6 +8,8 @@ #pragma once +#include + #if GTSAM_USE_BOOST_FEATURES #include #include