Skip to content
Snippets Groups Projects
Commit a1ad3134 authored by JasonChmn's avatar JasonChmn Committed by Pierre Fernbach
Browse files

[Eigen matrix serialization] Modify include guard name to match the one of reference

parent b26a590f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment