Merge pull request #1995 from ArkadiuszNiemiec/fix_use_boost_features
commit
a744cfcdd8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue