OrcaSlicer/src
Bastien Nocera 98e470f378 FIX: Fix missing std::set declaration
/run/build/BambuStudio/src/slic3r/GUI/PrePrintChecker.cpp: In member function ‘void Slic3r::GUI::PrinterMsgPanel::SetLabelList(const std::vector<wxString>&, const wxColour&)’:
/run/build/BambuStudio/src/slic3r/GUI/PrePrintChecker.cpp:182:10: error: ‘set’ is not a member of ‘std’
  182 |     std::set<wxString> unique_texts;
      |          ^~~
/run/build/BambuStudio/src/slic3r/GUI/PrePrintChecker.cpp:4:1: note: ‘std::set’ is defined in header ‘<set>’; this is probably fixable by adding ‘#include <set>’
    3 | #include "I18N.hpp"
  +++ |+#include <set>
    4 |

(cherry picked from commit 4c9be9a0e42d5e7b94086bcc696c75aa8319c63d)
2025-09-25 09:16:49 +08:00
..
dev-utils Fix build error caused by cyclic include 2025-09-21 13:48:03 +08:00
libslic3r FIX: Fix missing diff/intersection/etc. declaration 2025-09-25 09:16:45 +08:00
slic3r FIX: Fix missing std::set declaration 2025-09-25 09:16:49 +08:00
CMakeLists.txt Refactor folder (#10475) 2025-08-22 20:02:26 +08:00
OrcaSlicer.cpp FIX: CLI: fix a crash issue when using old presets 2025-09-24 11:42:03 +08:00
OrcaSlicer.hpp Mdel preview renders the actual colors of the filaments based on the filaments currently loaded in the AMS 2024-06-16 17:15:51 +08:00
OrcaSlicer_app_msvc.cpp clean up 2023-08-09 13:42:41 +08:00