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:
Diffstat (limited to 'source/blender/blenlib/BLI_math_base.h')
-rw-r--r--source/blender/blenlib/BLI_math_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_math_base.h b/source/blender/blenlib/BLI_math_base.h
index ef76958f269..7a9d17d2b05 100644
--- a/source/blender/blenlib/BLI_math_base.h
+++ b/source/blender/blenlib/BLI_math_base.h
@@ -31,9 +31,9 @@
# define _USE_MATH_DEFINES
#endif
-#include <math.h>
#include "BLI_assert.h"
#include "BLI_math_inline.h"
+#include <math.h>
#ifndef M_PI
# define M_PI 3.14159265358979323846 /* pi */