Skip to content

Add low_level_io.h to the header list of the io module - #2356

Merged
taketwo merged 1 commit into
PointCloudLibrary:masterfrom
watilde:fixes-low
Jun 24, 2018
Merged

Add low_level_io.h to the header list of the io module#2356
taketwo merged 1 commit into
PointCloudLibrary:masterfrom
watilde:fixes-low

Conversation

@watilde

@watilde watilde commented Jun 24, 2018

Copy link
Copy Markdown
Contributor

I was trying tutorial and found the following issue. This patch is to fix that.

$ make
Scanning dependencies of target pcd_write
[ 50%] Building CXX object CMakeFiles/pcd_write.dir/pcd_write.cpp.o
In file included from /path/to/pcd_write.cpp:3:
In file included from /usr/local/include/pcl-1.8/pcl/io/pcd_io.h:791:
/usr/local/include/pcl-1.8/pcl/io/impl/pcd_io.hpp:49:10: fatal error: 'pcl/io/low_level_io.h' file not found
#include <pcl/io/low_level_io.h>
         ^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/pcd_write.dir/pcd_write.cpp.o] Error 1
make[1]: *** [CMakeFiles/pcd_write.dir/all] Error 2
make: *** [all] Error 2

@taketwo

taketwo commented Jun 24, 2018

Copy link
Copy Markdown
Member

Good catch! We overlooked that in #2341.

@taketwo
taketwo merged commit cc7fe36 into PointCloudLibrary:master Jun 24, 2018
@watilde
watilde deleted the fixes-low branch June 24, 2018 23:58
@SergioRAgostinho SergioRAgostinho changed the title addition of declaration header file Add low_level_io.h to the header list of the io module Aug 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants