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:
authorRay Molenkamp <github@lazydodo.com>2022-11-12 23:32:26 +0300
committerRay Molenkamp <github@lazydodo.com>2022-11-12 23:32:26 +0300
commit533c396898c170a0e55993d7ce6af04ca6efce32 (patch)
treebdedc4e1c186fbe3572dae5a2f20e396a21e4797
parent115cf5ef9885fb1c83d6a90203b9daef228f24e6 (diff)
parent1b34da5da6390492c5114796d1e860214bd97e1c (diff)
Merge remote-tracking branch 'origin/blender-v3.4-release'
-rw-r--r--intern/opensubdiv/internal/base/opensubdiv_capi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/base/opensubdiv_capi.cc b/intern/opensubdiv/internal/base/opensubdiv_capi.cc
index 40d820836b9..db302e3d5de 100644
--- a/intern/opensubdiv/internal/base/opensubdiv_capi.cc
+++ b/intern/opensubdiv/internal/base/opensubdiv_capi.cc
@@ -15,7 +15,7 @@
// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "opensubdiv_capi.h"
-
+#include "opensubdiv/version.h"
#ifdef _MSC_VER
# include <iso646.h>
#endif