Fix: Build error with OpenVDB disabled
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
|
||||
#include "node_geometry_util.hh"
|
||||
|
||||
#include "openvdb/tools/GridOperators.h"
|
||||
#ifdef WITH_OPENVDB
|
||||
# include "openvdb/tools/GridOperators.h"
|
||||
#endif
|
||||
|
||||
namespace blender::nodes::node_geo_grid_curl_cc {
|
||||
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
#include "node_geometry_util.hh"
|
||||
|
||||
#include "openvdb/tools/GridOperators.h"
|
||||
#ifdef WITH_OPENVDB
|
||||
# include "openvdb/tools/GridOperators.h"
|
||||
#endif
|
||||
|
||||
namespace blender::nodes::node_geo_grid_divergence_cc {
|
||||
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
#include "node_geometry_util.hh"
|
||||
|
||||
#include "openvdb/tools/GridOperators.h"
|
||||
#ifdef WITH_OPENVDB
|
||||
# include "openvdb/tools/GridOperators.h"
|
||||
#endif
|
||||
|
||||
namespace blender::nodes::node_geo_grid_gradient_cc {
|
||||
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
#include "node_geometry_util.hh"
|
||||
|
||||
#include "openvdb/tools/GridOperators.h"
|
||||
#ifdef WITH_OPENVDB
|
||||
# include "openvdb/tools/GridOperators.h"
|
||||
#endif
|
||||
|
||||
namespace blender::nodes::node_geo_grid_laplacian_cc {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user