Skip to content

Commit

Permalink
Merge pull request #3035 from taketwo/fix-3034
Browse files Browse the repository at this point in the history
Add missing includes in ensenso_viewer.cpp
  • Loading branch information
taketwo authored Apr 24, 2019
2 parents 0c2ccb9 + 9003189 commit 5684ace
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/ensenso_viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
* Author: Victor Lamoine (victor.lamoine@gmail.com)
*/

#include <chrono>
#include <iostream>
#include <thread>

#include <pcl/io/ensenso_grabber.h>
#include <pcl/visualization/cloud_viewer.h>

Expand Down

0 comments on commit 5684ace

Please sign in to comment.