Merge pull request #675 from backlabs1/gcc-12-missing-include

Add missing #include <memory> in myguidatamanager
pull/676/head
David Cernat 3 months ago committed by GitHub
commit 3f74065c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save