mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
Add includes for used types and functions
This commit is contained in:
parent
668be586cd
commit
5f2e282359
@ -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…
Reference in New Issue
Block a user