ArcWelder: Fixed includes in Wipe.hpp

This commit is contained in:
Vojtech Bubnik 2023-07-17 17:58:10 +02:00
parent 319e31e201
commit 5d4bee74bc

View File

@ -1,8 +1,9 @@
#ifndef slic3r_GCode_Wipe_hpp_
#define slic3r_GCode_Wipe_hpp_
#include "Geometry/ArcWelder.hpp"
#include "SmoothPath.hpp"
#include "../Geometry/ArcWelder.hpp"
#include "../Point.hpp"
#include "../PrintConfig.hpp"