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>2015-04-21 21:10:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-21 21:44:24 +0300
commitc9f9e295387a8cb96a92acf5a66d94149e750850 (patch)
treee7644b3ed98970355514505fbbff3c1c5fc9fd83 /source/blender/editors/mesh/editmesh_select.c
parentb47892e9f5e279bb8d9ee2e0ea6f31cff099103a (diff)
Math Lib: handling bits handling into own file
Diffstat (limited to 'source/blender/editors/mesh/editmesh_select.c')
-rw-r--r--source/blender/editors/mesh/editmesh_select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c
index da6a886e2af..90b683c5abd 100644
--- a/source/blender/editors/mesh/editmesh_select.c
+++ b/source/blender/editors/mesh/editmesh_select.c
@@ -36,6 +36,7 @@
#include "BLI_linklist.h"
#include "BLI_linklist_stack.h"
#include "BLI_math.h"
+#include "BLI_math_bits.h"
#include "BLI_rand.h"
#include "BLI_array.h"