1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-02 05:39:41 +00:00

Merge branch 'fix_mygui_data_manager_includes' into 'master'

Add includes for used types and functions ()

See merge request 
This commit is contained in:
psi29a 2022-05-17 07:28:35 +00:00
commit bbcdac6b18
2 changed files with 6 additions and 1 deletions

View file

@ -1,8 +1,11 @@
#include "myguidatamanager.hpp"
#include <memory>
#include <string>
#include <MyGUI_DataFileStream.h>
#include <boost/filesystem.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/fstream.hpp>
#include <components/debug/debuglog.hpp>

View file

@ -3,6 +3,8 @@
#include <MyGUI_DataManager.h>
#include <string>
namespace osgMyGUI
{