Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KiselevIlia committed Apr 2, 2024
1 parent 88ea3fa commit adf5372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/groundtruth_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <gz/msgs.hh>
#include <gz/sim/Model.hh>
#include "common.h"
#include "Groundtruth.pb.h"
#include "dependency/TASFMessages/Groundtruth.pb.h"

namespace gz {
namespace sim {
Expand Down
2 changes: 1 addition & 1 deletion include/harmonic_collision.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <gz/transport/Node.hh>
#include <gz/sim/Model.hh>

#include "CollisionObject.pb.h"
#include "dependency/TASFMessages/CollisionObject.pb.h"

namespace gz {
using namespace sim;
Expand Down

0 comments on commit adf5372

Please sign in to comment.