Fixed: Compilation under some Linux versions
This commit is contained in:
parent
db888103a7
commit
73af9bc0a9
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
|||
#include "collision_surface_temp.h"
|
||||
#include <vector>
|
||||
|
||||
|
||||
// _X is defined in some versions of linux/ctype.h
|
||||
#ifdef _X
|
||||
# undef _X
|
||||
#endif
|
||||
|
||||
namespace NLPACS
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue