Fixed: std::auto_ptr not found

This commit is contained in:
kervala 2010-06-27 11:36:04 +02:00
parent 5edc6b7ef1
commit 0a02feec2c

View file

@ -22,6 +22,8 @@
#include "nel/misc/fast_floor.h" // inline assembly for fast float<->int conversions #include "nel/misc/fast_floor.h" // inline assembly for fast float<->int conversions
#include "nel/3d/ps_attrib_maker_iterators.h" // some iterators we use #include "nel/3d/ps_attrib_maker_iterators.h" // some iterators we use
#include <memory>
namespace NL3D namespace NL3D
{ {