From d5eff39482339fead8c6b6d0c1456c7a89aa5b16 Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 27 Jun 2010 11:36:04 +0200 Subject: [PATCH] Fixed: std::auto_ptr not found --- code/nel/include/nel/3d/ps_attrib_maker_helper.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/nel/include/nel/3d/ps_attrib_maker_helper.h b/code/nel/include/nel/3d/ps_attrib_maker_helper.h index 7c23b659b..8ba462d30 100644 --- a/code/nel/include/nel/3d/ps_attrib_maker_helper.h +++ b/code/nel/include/nel/3d/ps_attrib_maker_helper.h @@ -22,6 +22,8 @@ #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 + namespace NL3D {