Skip to content

Commit

Permalink
Make plugins include message types they use
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Aug 21, 2023
1 parent f715d6c commit 0419ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/camera_tracking/CameraTracking.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <mutex>
#include <string>

#include <gz/msgs/gui_camera.pb.h>
#include <gz/msgs/stringmsg.pb.h>

#include <gz/common/Console.hh>
Expand Down
1 change: 1 addition & 0 deletions src/plugins/point_cloud/PointCloud.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*
*/

#include "gz/msgs/marker.pb.h"
#include "gz/msgs/pointcloud_packed.pb.h"

#include <algorithm>
Expand Down

0 comments on commit 0419ffd

Please sign in to comment.