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 be2d193117
commit cb7aef10ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -298,7 +298,7 @@ modules:
- |
mkdir -p build
CXXFLAGS=-std=gnu++20 cmake . -B build \
-DSLIC3R_PCH=ON \
-DSLIC3R_PCH=OFF \
-DSLIC3R_FHS=ON \
-DSLIC3R_GTK=3 \
-DSLIC3R_STATIC=ON \

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 {