Skip to content
Snippets Groups Projects

Several fixes for Mac

Merged Joan Solà Ortega requested to merge bugfix_include_numeric into devel
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading