mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 21:09:03 +08:00
Missing include for memcpy for Linux.
Conflicts: xs/src/libslic3r/Config.cpp
This commit is contained in:
parent
4773987b0f
commit
c93ac84f5e
@ -12,6 +12,7 @@
|
||||
#include <boost/property_tree/ptree.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_WIN32) && !defined(setenv) && defined(_putenv_s)
|
||||
#define setenv(k, v, o) _putenv_s(k, v)
|
||||
|
Loading…
x
Reference in New Issue
Block a user