Fixed: Compilation under some Linux versions

hg/feature/sound
kervala 14 years ago
parent 5f441d56d9
commit abdcfbc22f

@ -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…
Cancel
Save