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:
authorKent Mein <mein@cs.umn.edu>2008-01-16 17:28:20 +0300
committerKent Mein <mein@cs.umn.edu>2008-01-16 17:28:20 +0300
commit77a6809bd7a66a29d2a679c410c27a681b556d74 (patch)
tree5cd17121e1cbd9f2aa49357c4a2cb18eb4a4ee67 /source
parent1faba3d82d2a7f7d066608a29658382f764fd583 (diff)
added include for M_PI
Kent
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/radialcontrol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/radialcontrol.c b/source/blender/src/radialcontrol.c
index 9911062f3df..5e44d28f08f 100644
--- a/source/blender/src/radialcontrol.c
+++ b/source/blender/src/radialcontrol.c
@@ -42,6 +42,7 @@
#include "BIF_radialcontrol.h"
#include "BKE_global.h"
+#include "BLI_arithb.h"
#include "mydevice.h"
#include "transform.h"