fix missing boost header in Key.h needed for BOOST_SERIALIZATION_NVP
parent
c2d46ce8b3
commit
9604cd4507
|
|
@ -12,6 +12,7 @@
|
|||
#include <iostream>
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/serialization/serialization.hpp>
|
||||
#include <boost/serialization/nvp.hpp>
|
||||
#ifdef GTSAM_MAGIC_KEY
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue