[Bf-blender-cvs] [eec3e90] gooseberry: Missing include.

Lukas Tönne noreply at git.blender.org
Mon Mar 23 13:00:39 CET 2015


Commit: eec3e90cdbd32ddddbd82b46cf09cdbb73b8604c
Author: Lukas Tönne
Date:   Fri Feb 20 16:01:25 2015 +0100
Branches: gooseberry
https://developer.blender.org/rBeec3e90cdbd32ddddbd82b46cf09cdbb73b8604c

Missing include.

===================================================================

M	source/blender/editors/io/io_cache_library.c

===================================================================

diff --git a/source/blender/editors/io/io_cache_library.c b/source/blender/editors/io/io_cache_library.c
index 5e7dc0c..a35f9dc 100644
--- a/source/blender/editors/io/io_cache_library.c
+++ b/source/blender/editors/io/io_cache_library.c
@@ -51,6 +51,8 @@
 #include "WM_api.h"
 #include "WM_types.h"
 
+#include "io_cache_library.h"
+
 /********************** new cache library operator *********************/
 
 static int new_cachelib_exec(bContext *C, wmOperator *UNUSED(op))




More information about the Bf-blender-cvs mailing list