mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-05 06:17:45 -07:00
FIX: Fix missing BOOST_LOG_TRIVIAL declaration
src/slic3r/GUI/Widgets/../DeviceCore/DevConfigUtil.h💯91: error: ‘BOOST_LOG_TRIVIAL’ was not declared in this scope
100 | catch (...) { assert(0 && "get_value_from_config failed"); BOOST_LOG_TRIVIAL(error) << __FUNCTION__ << " failed"; }// there are file errors
| ^
(cherry picked from commit 11d17a60104a28d7d51024d861227fb98b4709e4)
This commit is contained in:
parent
d04f0ab133
commit
0d6f5921ce
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
#include <boost/nowide/fstream.hpp>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue