Skip to content

Commit

Permalink
fixing windows
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Jul 6, 2020
1 parent bcda4f7 commit 82578e9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tpe/plugin/src/SDFFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
#include <sdf/World.hh>
#include <ignition/common/Console.hh>

using namespace ignition;
using namespace physics;
using namespace tpeplugin;
namespace ignition {
namespace physics {
namespace tpeplugin {

/////////////////////////////////////////////////
Identity SDFFeatures::ConstructSdfWorld(
Expand Down Expand Up @@ -193,3 +193,7 @@ Identity SDFFeatures::ConstructSdfCollision(

return collisionIdentity;
}

}
}
}

0 comments on commit 82578e9

Please sign in to comment.