Skip to content

Commit

Permalink
RgbdCameraSensor.cc: fix include (#280)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters authored Nov 2, 2022
1 parent d090f91 commit 5a82b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RgbdCameraSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#pragma warning(push)
#pragma warning(disable: 4005)
#pragma warning(disable: 4251)
#include <ignition/msgs/image.pb.h>
#endif
#include <ignition/msgs/image.pb.h>
#include <ignition/msgs/pointcloud_packed.pb.h>
#if defined(_MSC_VER)
#pragma warning(pop)
Expand Down

0 comments on commit 5a82b76

Please sign in to comment.