[Bf-blender-cvs] [47048ea] alembic_basic_io: Fix missing include in cmake after adding mem_guardalloc

Jens Verwiebe noreply at git.blender.org
Wed Jun 8 18:02:09 CEST 2016


Commit: 47048ea3321186a68f3b5482c7e0c13dcac83d89
Author: Jens Verwiebe
Date:   Wed Jun 8 18:01:00 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rB47048ea3321186a68f3b5482c7e0c13dcac83d89

Fix missing include in cmake after adding mem_guardalloc

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

M	source/blender/editors/io/CMakeLists.txt

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

diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt
index 055f3e3..dfe344c 100644
--- a/source/blender/editors/io/CMakeLists.txt
+++ b/source/blender/editors/io/CMakeLists.txt
@@ -29,6 +29,7 @@ set(INC
 	../../windowmanager
 	../../collada
 	../../alembic
+	../../../../intern/guardedalloc
 )
 
 set(INC_SYS




More information about the Bf-blender-cvs mailing list