1
0
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:
elsid 2022-05-17 00:58:24 +02:00
parent 668be586cd
commit 5f2e282359
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40
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
{