Added missing includes (GCC11.1 without PCH).

This commit is contained in:
Lukáš Hejl 2021-12-02 09:30:03 +01:00
parent ba20cc4892
commit e85a0ba248
6 changed files with 8 additions and 1 deletions

View file

@ -4,6 +4,9 @@
#ifndef LIGHTNING_DISTANCE_FIELD_H
#define LIGHTNING_DISTANCE_FIELD_H
#include "../../Point.hpp"
#include "../../Polygon.hpp"
namespace Slic3r::FillLightning
{