Add missing include

pull/3228/head
elsid 2 years ago
parent 856fcb7742
commit 274afbc7a0
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -1,5 +1,7 @@
#include "recastmesh.hpp"
#include <algorithm>
#include <components/sceneutil/recastmesh.hpp>
#include <components/resource/resourcesystem.hpp>
#include <components/resource/scenemanager.hpp>
@ -12,6 +14,7 @@
#include "../mwbase/world.hpp"
#include "../mwbase/environment.hpp"
namespace MWRender
{
RecastMesh::RecastMesh(const osg::ref_ptr<osg::Group>& root, bool enabled)

Loading…
Cancel
Save