1
0
Fork 0

Fix linux build - auto_ptr<> needs <memory>

This commit is contained in:
Frederic Bouvier 2011-05-29 09:34:56 +02:00
parent 9c983359aa
commit 11bb6ef146

View file

@ -34,6 +34,7 @@
#include <string>
#include <vector>
#include <memory>
#include <simgear/compiler.h>
#include <simgear/props/props.hxx>