mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
more missing includes (#6398)
Here are more missing header files recently identified by building without precompiled header support.
This commit is contained in:
parent
ad8cec26af
commit
7bbffaa996
5 changed files with 7 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/nowide/fstream.hpp>
|
||||
#include <boost/nowide/convert.hpp>
|
||||
#include <boost/nowide/cstdio.hpp>
|
||||
|
||||
// We are using quite an old TBB 2017 U7, which does not support global control API officially.
|
||||
// Before we update our build servers, let's use the old API, which is deprecated in up to date TBB.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue