mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-13 21:01:27 +08: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
@ -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…
x
Reference in New Issue
Block a user