FIX: Forward declaration of std::ofstream caused CMake to abort (#4515)

This commit is contained in:
ElectroQuanta 2018-08-21 17:35:57 +01:00 committed by Joseph Lenox
parent 457203623f
commit 904baffb7e

View File

@ -9,6 +9,7 @@
#include <algorithm>
#include <boost/filesystem.hpp>
#include <boost/lexical_cast.hpp>
#include <fstream>
namespace Slic3r {