1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-05 15:55:45 +00:00

Move include where it is needed

This commit is contained in:
elsid 2021-06-30 20:02:08 +02:00
parent a3942a1e0a
commit cc08a45c31
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#include "findsmoothpath.hpp"
#include <components/misc/convert.hpp>
#include <algorithm>
#include <array>

View File

@ -14,9 +14,8 @@
#include <DetourNavMesh.h>
#include <DetourNavMeshQuery.h>
#include <components/misc/convert.hpp>
#include <osg/Vec3f>
#include <cassert>
#include <vector>