Added a missing include (GCC11.1 without PCH).
This commit is contained in:
parent
086662b6a1
commit
bd65eb55b0
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#include <memory>
|
||||
#include <string_view>
|
||||
|
||||
#include <boost/beast/core/detail/base64.hpp>
|
||||
|
||||
namespace Slic3r::GCodeThumbnails {
|
||||
|
||||
struct CompressedImageBuffer
|
||||
|
|
Loading…
Reference in a new issue