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:
authorJacques Lucke <jacques@blender.org>2020-03-19 13:19:05 +0300
committerJacques Lucke <jacques@blender.org>2020-03-19 13:19:05 +0300
commitedd0928d09c1f5e8aff662916c05806348ecaa82 (patch)
tree2965e8254ecfac662b15d3b57620e8eae68f62d5 /source/blender/blenlib/intern/math_base_inline.c
parent0feed991e2b7271ce0637546be006a6bf8fac233 (diff)
parent7e9575f7a16caa408102897ae8f14b6c61f9369c (diff)
Merge branch 'master' into functions
Diffstat (limited to 'source/blender/blenlib/intern/math_base_inline.c')
-rw-r--r--source/blender/blenlib/intern/math_base_inline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/math_base_inline.c b/source/blender/blenlib/intern/math_base_inline.c
index 9ff6f75e20c..c8e9f09a018 100644
--- a/source/blender/blenlib/intern/math_base_inline.c
+++ b/source/blender/blenlib/intern/math_base_inline.c
@@ -28,9 +28,9 @@
#define __MATH_BASE_INLINE_C__
#include <float.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
-#include <limits.h>
#ifdef __SSE2__
# include <emmintrin.h>