Fix compilation error after recent changes

This commit is contained in:
Sergey Sharybin
2017-04-07 09:58:32 +02:00
parent 9c01aaa3dd
commit d649f26858
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ set(INC
../../../blender/blenlib
../../../blender/blenloader
../../../blender/blentranslation
../../../blender/depsgraph
../../../blender/gpu
../../../blender/imbuf
../../../blender/makesdna

View File

@@ -1202,7 +1202,7 @@ int main(
IMB_exit();
BKE_images_exit();
DAG_exit();
DEG_free_node_types();
IMB_moviecache_destruct();
SYS_DeleteSystem(syshandle);