Skip to content

Commit

Permalink
Merge branch 'main' into chapulina/5/heightmap
Browse files Browse the repository at this point in the history
  • Loading branch information
chapulina authored Feb 8, 2021
2 parents 92955da + 2f49e6f commit e83f38d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/systems/log/LogRecord.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
#include "ignition/gazebo/Util.hh"

using namespace ignition;
using namespace ignition::gazebo;
using namespace ignition::gazebo::systems;

// Private data class.
Expand Down
1 change: 1 addition & 0 deletions src/systems/physics/Physics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
#include "ignition/gazebo/components/World.hh"

using namespace ignition;
using namespace ignition::gazebo;
using namespace ignition::gazebo::systems;
namespace components = ignition::gazebo::components;

Expand Down
1 change: 1 addition & 0 deletions test/plugins/Null.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <ignition/gazebo/Entity.hh>
#include <ignition/plugin/Register.hh>

using namespace ignition::gazebo;
using namespace ignition::gazebo::systems;

//////////////////////////////////////////////////
Expand Down

0 comments on commit e83f38d

Please sign in to comment.