1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix compilation on MSVC

This commit is contained in:
tamasmeszaros
2019-11-01 12:10:03 +01:00
parent 62983850c5
commit 9dafc324f0
2 changed files with 4 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
#define NOMINMAX
#include "openvdb_utils.hpp"
#include <openvdb/tools/MeshToVolume.h>
#include <openvdb/tools/VolumeToMesh.h>
namespace Slic3r {
class TriangleMeshDataAdapter {
-2
View File
@@ -4,8 +4,6 @@
#include <libslic3r/TriangleMesh.hpp>
#include <libslic3r/SLA/SLABoilerPlate.hpp>
#include <openvdb/openvdb.h>
#include <openvdb/tools/MeshToVolume.h>
#include <openvdb/tools/VolumeToMesh.h>
namespace Slic3r {