Merge branch 'fix_mygui_data_manager_includes' into 'master'

Add includes for used types and functions (#6744)

See merge request OpenMW/openmw!1870
pull/3227/head
psi29a 3 years ago
commit bbcdac6b18

@ -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>

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

Loading…
Cancel
Save