3mf - Fixed include for Linux build
This commit is contained in:
parent
8885f5e344
commit
bacb36eb10
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
#include <boost/nowide/fstream.hpp>
|
#include <boost/nowide/fstream.hpp>
|
||||||
|
|
||||||
#include <expat.h>
|
#include <expat.h>
|
||||||
#include <eigen/dense>
|
#include <Eigen/Dense>
|
||||||
#include <miniz/miniz_zip.h>
|
#include <miniz/miniz_zip.h>
|
||||||
|
|
||||||
const std::string MODEL_FOLDER = "3D/";
|
const std::string MODEL_FOLDER = "3D/";
|
||||||
|
|
Loading…
Reference in a new issue