fix: add missing config include

release/4.3a0
Arkadiusz Niemiec 2025-01-23 23:48:33 +01:00
parent 7b56d6689c
commit c344e6e023
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#pragma once
#include <gtsam/config.h>
#if GTSAM_USE_BOOST_FEATURES
#include <boost/concept_check.hpp>
#include <boost/concept/assert.hpp>