mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00

* Patch wxWidgets to automatically select dark theme variant (taken from Bambu slicer flatpak manifest) * Drop python script that selected dark theme * Add a patch to fix libslic3r build
12 lines
325 B
Diff
12 lines
325 B
Diff
diff --git a/src/libslic3r/PrintObject.cpp b/src/libslic3r/PrintObject.cpp
|
|
index 528a72e70..1530fe655 100644
|
|
--- a/src/libslic3r/PrintObject.cpp
|
|
+++ b/src/libslic3r/PrintObject.cpp
|
|
@@ -31,6 +31,7 @@
|
|
#include <boost/log/trivial.hpp>
|
|
|
|
#include <tbb/parallel_for.h>
|
|
+#include <tbb/spin_mutex.h>
|
|
|
|
#include <Shiny/Shiny.h>
|
|
|