mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-31 11:50:33 -07:00
Fixes compile error with SLIC3R_PCH=OFF (#9543)
fixes compile error with SLIC3R_PCH=OFF
This commit is contained in:
parent
be2d193117
commit
cb7aef10ec
2 changed files with 3 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include <wx/wx.h>
|
||||
#include "libslic3r/Config.hpp"
|
||||
#include "libslic3r/ExPolygon.hpp"
|
||||
#include "libslic3r/Polyline.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue