[Bf-blender-cvs] [4b3865b] master: Fix compilation

Sergej Reich noreply at git.blender.org
Wed Feb 5 16:22:58 CET 2014


Commit: 4b3865be4efc7ec7dc5a31a03d7419f5f012fc78
Author: Sergej Reich
Date:   Wed Feb 5 16:18:46 2014 +0100
https://developer.blender.org/rB4b3865be4efc7ec7dc5a31a03d7419f5f012fc78

Fix compilation

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

M	source/blender/blenkernel/BKE_lattice.h

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

diff --git a/source/blender/blenkernel/BKE_lattice.h b/source/blender/blenkernel/BKE_lattice.h
index d4d765d..29d3673 100644
--- a/source/blender/blenkernel/BKE_lattice.h
+++ b/source/blender/blenkernel/BKE_lattice.h
@@ -34,6 +34,8 @@
  *  \since June 2001
  */
 
+#include "BLI_compiler_attrs.h"
+
 struct Lattice;
 struct Main;
 struct Object;




More information about the Bf-blender-cvs mailing list