ChirikjianLab/hrm

Build error: Missing header file

Closed this issue · 2 comments

In /hrm/include/hrm/datastructure/DataType.h:26:33: error: implicit instantiation of undefined template std::vector<Eigen::Matrix<double, -1, -1, 0>>

ruansp commented

Thanks for pointing out. This happens when you build within docker container or in a local host?

Local host. I was able to fix this by adding this header file #include <vector> to /hrm/include/hrm/datastructure/DataType.h