This commit is contained in:
Ioan Sucan 2013-01-23 23:27:43 -08:00
parent f7145f5c8f
commit 213ff1c8fb
2 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@
#define FOREACH(it, v) for(typeof((v).begin())it = (v).begin(); it != (v).end(); (it)++)
#define FOREACHC FOREACH
namespace ColladaDOM150 { }
namespace urdf {
using namespace ColladaDOM150;

View File

@ -83,6 +83,8 @@
using namespace std;
namespace ColladaDOM150 { }
namespace collada_urdf {
using namespace ColladaDOM150;