PointCloudLibrary/pcl
Voir sur GitHubEnsure no `*.hpp` files are needed to be included by the user, only the `*.h` should be required
Open
#3 245 ouverte le 18 juil. 2019
good first issuekind: todo
Métriques du dépôt
- Stars
- (9 023 stars)
- Métriques de merge PR
- (Merge moyen 8j 7h) (3 PRs mergées en 30 j)
Description
Your Environment
- Operating System and version: Win10
- Compiler:
- PCL Version: 1.9.1
Context
In general, we can find PCL .hpp are included at end of header file
#ifdef PCL_NO_PRECOMPILE
#include <pcl/....hpp>
#endif
But why some .hpp are not. For example: pcl/surface/impl/grid_projection.hpp: it is included in .cpp pcl/outofcore/impl/octree_base.hpp: it need to be included by user self