Skip to content

Commit

Permalink
Make plugins include message types they use (#563)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Aug 23, 2023
1 parent f715d6c commit c2e19a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/camera_tracking/CameraTracking.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
#include <mutex>
#include <string>

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

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

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

#include <algorithm>
Expand Down

0 comments on commit c2e19a9

Please sign in to comment.