Added missing includes for windows.

This commit is contained in:
Relintai 2023-06-06 09:35:20 +02:00
parent b96e013bed
commit f1f5849aff
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@
#include "scene/2d/mesh_instance_2d.h"
#include "scene/resources/navigation_mesh_source_geometry_data_2d.h"
#include "scene/resources/navigation_polygon.h"
#ifdef CLIPPER_ENABLED
#include "thirdparty/clipper2/include/clipper2/clipper.h"
#endif // CLIPPER_ENABLED

View File

@ -32,6 +32,9 @@
#include "scene/2d/multimesh_instance_2d.h"
#include "scene/resources/navigation_mesh_source_geometry_data_2d.h"
#include "scene/resources/navigation_polygon.h"
#ifdef CLIPPER_ENABLED
#include "thirdparty/clipper2/include/clipper2/clipper.h"
#endif // CLIPPER_ENABLED