Skip to content

Commit

Permalink
Merge pull request #14 from Arag24/time_t-dependency
Browse files Browse the repository at this point in the history
Time_t et other dependencies
  • Loading branch information
theseankelly authored Dec 18, 2019
2 parents bfb55f4 + f73d06b commit 5806758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multi_camera_grabber/ex-multi_camera_grabber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#include <memory>
#include <chrono>
#include <vector>
#include <ctime>
#include <iomanip>
#include <ifm3d/camera.h>
#include <ifm3d/fg.h>
#include <ifm3d/image.h>
Expand Down
2 changes: 2 additions & 0 deletions timestamp/ex-timestamp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

#include <iostream>
#include <memory>
#include <ctime>
#include <iomanip>
#include <ifm3d/camera.h>
#include <ifm3d/fg.h>
#include <ifm3d/image.h>
Expand Down

0 comments on commit 5806758

Please sign in to comment.