Fixes compile error with SLIC3R_PCH=OFF (#9543)

fixes compile error with SLIC3R_PCH=OFF
This commit is contained in:
Dipl.-Ing. Raoul Rubien, BSc
2025-05-05 11:55:17 +02:00
committed by GitHub
parent 77676a7a9f
commit b579e44704
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
#include <wx/wx.h>
#include "libslic3r/Config.hpp"
#include "libslic3r/ExPolygon.hpp"
#include "libslic3r/Polyline.hpp"
namespace Slic3r {
namespace GUI {