fix Windows version of urdf parser

This commit is contained in:
Erwin Coumans
2014-07-31 14:42:33 -07:00
parent 8e1fbb482b
commit f9691957c1

View File

@@ -36,8 +36,6 @@ Dec 2011 - Added deferencing operator
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
namespace boost
{
class my_shared_count { class my_shared_count {
public: public:
my_shared_count(): m_count(1) { } my_shared_count(): m_count(1) { }
@@ -65,7 +63,6 @@ public:
private: private:
long m_count; long m_count;
}; };
};
#else //ifdef WIN32 #else //ifdef WIN32