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

Add missing #include <memory> in myguidatamanager
This commit is contained in:
David Cernat 2024-02-13 02:02:29 +02:00 committed by GitHub
commit 3f74065c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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