mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-22 12:00:13 -04:00
Merge pull request #675 from backlabs1/gcc-12-missing-include
Add missing #include <memory> in myguidatamanager
This commit is contained in:
commit
3f74065c5c
@ -6,6 +6,7 @@
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
|
||||
#include <components/debug/debuglog.hpp>
|
||||
#include <memory>
|
||||
|
||||
namespace osgMyGUI
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user