Update navMeshTestTool.h

fix linux and mac
This commit is contained in:
marauder2k7 2025-07-27 16:22:00 +01:00
parent 3924c6590a
commit 0b96579ada

View file

@ -6,6 +6,10 @@
#include "navigation/navMeshTool.h"
#endif
#ifndef _NAVPATH_H_
#include "navigation/navPath.h"
#endif
class NavMeshTestTool : public NavMeshTool
{
typedef NavMeshTool Parent;