1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-04 16:26:30 +00:00

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
{