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)) _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
