Missing include for memcpy for Linux.

Conflicts:

	xs/src/libslic3r/Config.cpp
This commit is contained in:
bubnikv 2016-11-01 13:53:28 +01:00 committed by Alessandro Ranellucci
parent 4773987b0f
commit c93ac84f5e

View File

@ -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)