Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jason Chemin
curves
Commits
a1ad3134
Commit
a1ad3134
authored
Aug 23, 2019
by
JasonChmn
Committed by
Pierre Fernbach
Sep 03, 2019
Browse files
[Eigen matrix serialization] Modify include guard name to match the one of reference
parent
b26a590f
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/curves/serialization/eigen-matrix.hpp
View file @
a1ad3134
...
...
@@ -25,8 +25,8 @@
*/
#ifndef
__serialization_eigen_matrix_hpp__
#define
__serialization_eigen_matrix_hpp__
#ifndef
EIGEN_BOOST_SERIALIZATION
#define
EIGEN_BOOST_SERIALIZATION
#include <Eigen/Dense>
#include <boost/serialization/split_free.hpp>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment