fix Windows version of urdf parser
This commit is contained in:
@@ -36,8 +36,6 @@ Dec 2011 - Added deferencing operator
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
||||
namespace boost
|
||||
{
|
||||
class my_shared_count {
|
||||
public:
|
||||
my_shared_count(): m_count(1) { }
|
||||
@@ -65,7 +63,6 @@ public:
|
||||
private:
|
||||
long m_count;
|
||||
};
|
||||
};
|
||||
#else //ifdef WIN32
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user