mirror of https://github.com/koide3/small_gicp.git
Fix a missing include in read_points.hpp (#32)
Fails to compile with Clang 13 / libc++ otherwise.
This commit is contained in:
parent
b85d2469d3
commit
b6b57e0326
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <Eigen/Core>
|
||||
|
||||
namespace small_gicp {
|
||||
|
|
|
|||
Loading…
Reference in New Issue