Skip to content

Commit

Permalink
Adding PCL_EXPORTS to PCLPointCLoud2
Browse files Browse the repository at this point in the history
Should have been added by PointCloudLibrary#3320
  • Loading branch information
kunaltyagi committed Sep 20, 2019
1 parent 52e78ff commit 8d4a9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/include/pcl/PCLPointCloud2.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace pcl
{

struct PCLPointCloud2
struct PCL_EXPORTS PCLPointCloud2
{
PCLPointCloud2 () : height (0), width (0),
is_bigendian (false), point_step (0), row_step (0),
Expand Down

0 comments on commit 8d4a9e4

Please sign in to comment.