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

@@ -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 {