mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 09:45:33 +00:00
Switched to local include for OpenMW
This commit is contained in:
parent
2aa41dfffe
commit
b9d4dc448b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#include "sndmanager.hpp"
|
#include "sndmanager.hpp"
|
||||||
|
|
||||||
#include <misc/list.hpp>
|
#include "../misc/list.hpp"
|
||||||
#include <boost/weak_ptr.hpp>
|
#include <boost/weak_ptr.hpp>
|
||||||
|
|
||||||
using namespace OEngine::Sound;
|
using namespace OEngine::Sound;
|
||||||
|
|
Loading…
Reference in a new issue