Fixed: Compilation under some Linux versions

This commit is contained in:
kervala 2010-12-30 12:25:29 +01:00
parent db888103a7
commit 73af9bc0a9

View file

@ -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
{