Fix a missing include in read_points.hpp (#32)

Fails to compile with Clang 13 / libc++ otherwise.
This commit is contained in:
Martin Valgur 2024-04-21 09:20:29 +03:00 committed by GitHub
parent b85d2469d3
commit b6b57e0326
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
#include <vector>
#include <Eigen/Core> #include <Eigen/Core>
namespace small_gicp { namespace small_gicp {