Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/opensubdiv/internal/topology/topology_refiner_impl.h')
-rw-r--r--intern/opensubdiv/internal/topology/topology_refiner_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/opensubdiv/internal/topology/topology_refiner_impl.h b/intern/opensubdiv/internal/topology/topology_refiner_impl.h
index 507f3d0f869..5c7b81c2540 100644
--- a/intern/opensubdiv/internal/topology/topology_refiner_impl.h
+++ b/intern/opensubdiv/internal/topology/topology_refiner_impl.h
@@ -25,6 +25,7 @@
#include <opensubdiv/far/topologyRefiner.h>
+#include "internal/base/memory.h"
#include "opensubdiv_topology_refiner_capi.h"
namespace blender {
@@ -45,6 +46,8 @@ class TopologyRefinerImpl {
// Ideally, we would also support refining topology without re-importing it
// from external world, but that is for later.
OpenSubdiv_TopologyRefinerSettings settings;
+
+ MEM_CXX_CLASS_ALLOC_FUNCS("TopologyRefinerImpl");
};
} // namespace opensubdiv