mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-25 09:50:59 +00:00
A build without SLIC3R_PCH had never been tried on macOS. Three files used what pchheader.hpp happened to include: LocalesUtils.cpp needs <sstream> and <iomanip>, and the two dialogs need <wx/tooltip.h>. The GTK port's headers and libstdc++ pull these in transitively, the Cocoa port's headers and libc++ do not.