mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX: Fix missing std::regex declaration
/run/build/BambuStudio/src/libslic3r/FilamentGroupUtils.cpp: In lambda function:
/run/build/BambuStudio/src/libslic3r/FilamentGroupUtils.cpp:92:18: error: ‘regex’ is not a member of ‘std’
92 | std::regex r1(R"(^Sup.(\w+)$)");
| ^~~~~
(cherry picked from commit bba6fa71a4a7fb931a93b9e5aa3be02865a0357e)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "FilamentGroupUtils.hpp"
|
||||
#include <regex>
|
||||
#include <sstream>
|
||||
|
||||
namespace Slic3r
|
||||
|
||||
Reference in New Issue
Block a user