[Bf-blender-cvs] [0e2ae90] alembic_pointcache: Missing include.

Lukas Tönne noreply at git.blender.org
Mon Feb 23 14:06:35 CET 2015


Commit: 0e2ae9007b75d818cebf5d7afd51245970a141a9
Author: Lukas Tönne
Date:   Fri Feb 20 16:01:25 2015 +0100
Branches: alembic_pointcache
https://developer.blender.org/rB0e2ae9007b75d818cebf5d7afd51245970a141a9

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