mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
Blender 2.76 comes with hundreds of bug fixes and many new features, such as * support for Pixar's OpenSubdiv technology * huge performance improvements for the viewport * auto-offset support for nodes * new point density texture support for cycles * new modeling tools Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.76
10 lines
223 B
C++
10 lines
223 B
C++
--- intern/opensubdiv/opensubdiv_converter.cc.orig 2015-11-02 13:25:37 UTC
|
|
+++ intern/opensubdiv/opensubdiv_converter.cc
|
|
@@ -24,6 +24,7 @@
|
|
*/
|
|
|
|
#include <cstdio>
|
|
+#include <cstdlib>
|
|
#include <vector>
|
|
|
|
#ifdef _MSC_VER
|