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:
authorKen Hughes <khughes@pacific.edu>2010-03-11 21:27:45 +0300
committerKen Hughes <khughes@pacific.edu>2010-03-11 21:27:45 +0300
commit14b1c412e0fb02cfd21e12308ff9667459fa031a (patch)
treed57465b62d52cb326a3941743e442aae92ded8cd /source/blender/editors/space_api
parent0270d34272aac6ac48e754abe682ea1eac3cdcd8 (diff)
BMesh branch
------------ Fix some gcc warnings and errors (under linux anyway).
Diffstat (limited to 'source/blender/editors/space_api')
-rw-r--r--source/blender/editors/space_api/spacetypes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index a3fe29536a3..d8d3d803634 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -33,6 +33,9 @@
#include "BKE_context.h"
#include "BKE_screen.h"
+#include "BKE_tessmesh.h"
+
+#include "bmesh.h"
#include "UI_interface.h"
#include "UI_view2d.h"