ifm / ifm3d-examples

Example programs which utilize the ifm3d library
Apache License 2.0
6 stars 14 forks source link

Time_t et other dependencies #14

Closed Arag24 closed 4 years ago

Arag24 commented 5 years ago

Related to some dependencies. Fixes https://github.com/ifm/ifm3d-examples/issues/13#

Added in header of examples:

  • ex-multi_camera_grabber
  • ex-timestamp

the following include files:

#include <ctime> #include <iomanip>

Was required during Windows compiling. Tested with VS 2017. All examples projects compiled