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:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-05-19 11:59:38 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-27 13:07:16 +0300
commit444ca1a117a17b5c7449f3f847e669c71390390d (patch)
tree5144c2d76c3070dddcf1447cdded1af58ea0133b /intern/opensubdiv/internal/base/opensubdiv_capi.cc
parent39cf6731320f2592b7c5058b8227d034c290c964 (diff)
OpenSubdiv: Refactor, move utils to base
Also split them across utilities and types.
Diffstat (limited to 'intern/opensubdiv/internal/base/opensubdiv_capi.cc')
-rw-r--r--intern/opensubdiv/internal/base/opensubdiv_capi.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/opensubdiv/internal/base/opensubdiv_capi.cc b/intern/opensubdiv/internal/base/opensubdiv_capi.cc
index 1d0f23f3046..430acfd4497 100644
--- a/intern/opensubdiv/internal/base/opensubdiv_capi.cc
+++ b/intern/opensubdiv/internal/base/opensubdiv_capi.cc
@@ -20,6 +20,7 @@
# include <iso646.h>
#endif
+#include "internal/base/util.h"
#include "internal/device/device_context_cuda.h"
#include "internal/device/device_context_glsl_compute.h"
#include "internal/device/device_context_glsl_transform_feedback.h"