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
3 changed files with 3 additions and 0 deletions

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

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

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