Add missing #include <memory> in myguidatamanager

See <https://gcc.gnu.org/gcc-12/porting_to.html#header-dep-changes>
pull/675/head
backlabs1 4 months ago
parent 00997fa732
commit 571d13aa1b
No known key found for this signature in database
GPG Key ID: B15988E0EC4C851A

@ -6,6 +6,7 @@
#include <boost/filesystem/fstream.hpp>
#include <components/debug/debuglog.hpp>
#include <memory>
namespace osgMyGUI
{

Loading…
Cancel
Save