Fixed: Segmentation fault while compiling objject_viewer_qt

This commit is contained in:
kervala 2010-10-24 16:56:45 +02:00
parent 1e3dda8d38
commit 8975e8ef97

View file

@ -24,7 +24,13 @@
// STL includes
// NeL includes
#include <nel/misc/debug.h>
#ifdef NL_COMP_GCC
// temporary fix for GCC 4.4 segmentation fault
# undef nlassert
# define nlassert(x)
#else
# include <nel/misc/debug.h>
#endif // NL_COMP_GCC
// Project includes