Merge pull request #1641 from ShuangLiu1992/patch-2

release/4.3a0
Varun Agrawal 2023-10-07 17:31:05 -04:00 committed by GitHub
commit 5d9b0cfe5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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