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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-29 14:54:26 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-29 17:32:07 +0300
commita7f5418caafd6dba9ff98f15805a4f296554d213 (patch)
tree363fc29199f694248d7aa1e1abf38564fa00bad9 /intern/cycles/render/osl.h
parentc3a6b18537f2e574db626e31a09cb351da04b473 (diff)
Cleanup: consistent includes.
Diffstat (limited to 'intern/cycles/render/osl.h')
-rw-r--r--intern/cycles/render/osl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/render/osl.h b/intern/cycles/render/osl.h
index 09d1a54d0b9..966fc1965d7 100644
--- a/intern/cycles/render/osl.h
+++ b/intern/cycles/render/osl.h
@@ -26,6 +26,7 @@
#include "render/shader.h"
#ifdef WITH_OSL
+#include <OSL/llvm_util.h>
#include <OSL/oslcomp.h>
#include <OSL/oslexec.h>
#include <OSL/oslquery.h>