Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 24, 2018

Conversation

watilde
Copy link
Contributor

@watilde watilde commented Jun 24, 2018

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
Copy link
Member

taketwo commented Jun 24, 2018

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