Fix T49071: Cycles OSL build problem with oslc compilers that can't find their own stdosl.h.

This commit is contained in:
Brecht Van Lommel 2016-08-12 01:01:09 +02:00
parent 9d236ac06c
commit f3bff6a1a1
Notes: blender-bot 2023-02-14 07:42:00 +01:00
Referenced by issue #49071, stdosl.h is not included anymore in some cycle shaders
3 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include "stdosl.h"
#include "node_ramp_util.h"
shader node_rgb_curves(

View File

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include "stdosl.h"
#include "node_ramp_util.h"
shader node_rgb_ramp(

View File

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include "stdosl.h"
#include "node_ramp_util.h"
shader node_vector_curves(