mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 13:01:42 +00:00
Fixed: std::auto_ptr not found
This commit is contained in:
parent
fbd689a6a0
commit
e0f22bf104
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue