Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-05-09 08:06:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-09 08:06:48 +0400
commit5a2a3d7d82933be392d8a24937b230b2ab4d7af7 (patch)
treebff60a2b1c14afb3917ff66e0e1354052a411208 /source/blender/editors/space_view3d/drawvolume.c
parent14a2330d7b4edbb294b77072f99283cdd0fa6bae (diff)
more syncing with trunk, also cleared many warnings with gcc4.6
Diffstat (limited to 'source/blender/editors/space_view3d/drawvolume.c')
-rw-r--r--source/blender/editors/space_view3d/drawvolume.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/drawvolume.c b/source/blender/editors/space_view3d/drawvolume.c
index acdbcb0d06d..805887e3805 100644
--- a/source/blender/editors/space_view3d/drawvolume.c
+++ b/source/blender/editors/space_view3d/drawvolume.c
@@ -40,6 +40,7 @@
#include "DNA_screen_types.h"
#include "DNA_view3d_types.h"
+#include "BLI_utildefines.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_editVert.h"