Files
OrcaSlicer/src/slic3r/GUI
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
..
2025-09-24 13:12:55 +08:00
2025-09-23 09:05:19 +08:00
2025-09-24 13:12:55 +08:00
2025-09-21 23:01:08 +08:00
2025-09-21 23:01:08 +08:00
2025-09-21 23:01:08 +08:00
2025-09-21 23:01:08 +08:00
2025-09-23 09:05:19 +08:00
2025-09-25 09:03:28 +08:00
2025-09-21 23:01:08 +08:00