Merge pull request #1641 from ShuangLiu1992/patch-2
commit
5d9b0cfe5d
|
@ -17,6 +17,7 @@
|
||||||
* @date Feb 7, 2012
|
* @date Feb 7, 2012
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef GTSAM_ENABLE_BOOST_SERIALIZATION
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Eigen/Core>
|
#include <Eigen/Core>
|
||||||
|
@ -270,3 +271,4 @@ void deserializeBinary(const std::string& serialized, T& output,
|
||||||
///@}
|
///@}
|
||||||
|
|
||||||
} // namespace gtsam
|
} // namespace gtsam
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue