mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation under some Linux versions
This commit is contained in:
parent
5f441d56d9
commit
abdcfbc22f
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