Skip to content

Commit

Permalink
fix: add missing config include
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkadiusz Niemiec committed Jan 24, 2025
1 parent 7b56d66 commit c344e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtsam/base/concepts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c344e6e

Please sign in to comment.