Skip to content
Snippets Groups Projects
Commit d3482fd8 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Minor tidy

parent bf991ebf
No related branches found
No related tags found
No related merge requests found
Pipeline #10488 failed
......@@ -15,9 +15,9 @@ linux job:
image: ubuntu:18.04
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update -qq && apt-get install -y -qq g++ cmake git
- apt-get install -y -qq libopencv-dev libgoogle-glog-dev liburiparser-dev libreadline-dev libmsgpack-dev uuid-dev libpcl-dev
- export DEBIAN_FRONTEND=noninteractive
- apt-get update -qq && apt-get install -y -qq g++ cmake git
- apt-get install -y -qq libopencv-dev libgoogle-glog-dev liburiparser-dev libreadline-dev libmsgpack-dev uuid-dev libpcl-dev
script:
- mkdir build
- cd build
......
......@@ -6,10 +6,6 @@
#include <ftl/display.hpp>
#if defined HAVE_PCL
#include <pcl/compression/organized_pointcloud_conversion.h>
#endif // HAVE_PCL
using ftl::Display;
using cv::Mat;
using cv::Vec3f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment