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
path: root/source
diff options
context:
space:
mode:
authorJoseph Gilbert <ascotan@gmail.com>2003-10-19 20:03:18 +0400
committerJoseph Gilbert <ascotan@gmail.com>2003-10-19 20:03:18 +0400
commita56d3d189a7c57d10398174d1cf5b08194daa2f3 (patch)
treef96bdbaa06ee481319a48ba9616cc65df55e16e9 /source
parentcd97a17b167c305f649ed3168df0efded53ffd7e (diff)
included "BLI_arithb.h" for normal calculations...
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/NMesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/NMesh.h b/source/blender/python/api2_2x/NMesh.h
index 49e63d7beed..3ab7c477ee7 100644
--- a/source/blender/python/api2_2x/NMesh.h
+++ b/source/blender/python/api2_2x/NMesh.h
@@ -61,6 +61,7 @@
#include "BKE_screen.h"
#include "BKE_object.h"
#include "BLI_blenlib.h"
+#include "BLI_arithb.h"
#include "MEM_guardedalloc.h"
#include "blendef.h"