Fix compilation on MSVC
This commit is contained in:
parent
62983850c5
commit
9dafc324f0
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
#define NOMINMAX
|
||||
#include "openvdb_utils.hpp"
|
||||
|
||||
#include <openvdb/tools/MeshToVolume.h>
|
||||
#include <openvdb/tools/VolumeToMesh.h>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class TriangleMeshDataAdapter {
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue