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:
Diffstat (limited to 'source/blender/imbuf/SConscript')
-rw-r--r--source/blender/imbuf/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index 11d7cfb2b30..94b8846c769 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -34,6 +34,7 @@ source_files = ['intern/allocimbuf.c',
'intern/writeimage.c']
imbuf_env.Append (CPPPATH = ['.',
+ '../imbuf',
'../makesdna',
'#/intern/guardedalloc',
'../blenlib',