Skip to content
Snippets Groups Projects
Commit 62a4077d authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add #include <array>

parent c11c325d
No related branches found
No related tags found
1 merge request!276Several fixes for Mac
This commit is part of merge request !276. Comments created here will be created in the context of that merge request.
......@@ -6,6 +6,7 @@
#include <eigen3/Eigen/Geometry>
#include <regex>
#include <iostream>
#include <array>
namespace utils{
template <typename A>
......@@ -249,4 +250,4 @@ struct converter<std::map<std::string,A>>{
}
};
}
#endif
\ No newline at end of file
#endif
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