Closed gabrielenava closed 6 years ago
Following https://github.com/robotology-playground/xsensmt-yarp-driver/issues/14, I added the #include<functional> to the file XsensMT.cpp in order to fix the compilation on Ubuntu 18.04.
#include<functional>
XsensMT.cpp
I suggest to merge with "Squash and merge".
Following https://github.com/robotology-playground/xsensmt-yarp-driver/issues/14, I added the
#include<functional>
to the fileXsensMT.cpp
in order to fix the compilation on Ubuntu 18.04.