robotology / walking-teleoperation

Software related to walking and teleoperation.
BSD 3-Clause "New" or "Revised" License
30 stars 14 forks source link

Fix Utils compilation on windows #90

Closed S-Dafarra closed 2 years ago

kouroshD commented 2 years ago

I am wondering why this happens when you were compiling. CI does not throw any error, neither on my system. Probably, we can rename the PR title to Utils compilation @S-Dafarra ?

S-Dafarra commented 2 years ago

I am wondering why this happens when you were compiling. CI does not throw any error, neither on my system. Probably, we can rename the PR title to Utils compilation @S-Dafarra ?

Sure! I don't know why this did not occur on CI. I wondered if it could be related to a yarp version, although the CI is using master. In any case, it is worth to add that include since you we are using std::time_t in that file.

kouroshD commented 2 years ago

thanks merged.