Skip to content

Commit

Permalink
RgbdCameraSensor: add missing include
Browse files Browse the repository at this point in the history
Include gz/msgs/PointCloudPackedUtils.hh for
gz::msgs::InitPointCloudPacked.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Aug 25, 2024
1 parent f2fe577 commit 8fc28ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RgbdCameraSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <gz/rendering/Camera.hh>
#include <gz/rendering/DepthCamera.hh>

#include <gz/msgs/PointCloudPackedUtils.hh>
#include <gz/msgs/Utility.hh>
#include <gz/transport/Node.hh>

Expand Down

0 comments on commit 8fc28ea

Please sign in to comment.