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