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-05-13 13:50:14 +0300
committerJacques Lucke <jacques@blender.org>2020-05-13 13:50:14 +0300
commit2afb59757268cc71e7780f683610b2724853cac0 (patch)
tree869058088297f479d33b9aeafb056b5b02506c45 /source/blender/blenlib/BLI_math_base.h
parenteb27595ac486c2321a12e77f832a1c37bccbd143 (diff)
Fix T76665: Wrong files selected when using box select
Reviewers: Severin Differential Revision: https://developer.blender.org/D7705
Diffstat (limited to 'source/blender/blenlib/BLI_math_base.h')
-rw-r--r--source/blender/blenlib/BLI_math_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_math_base.h b/source/blender/blenlib/BLI_math_base.h
index ae9617d2f16..e76c41970c6 100644
--- a/source/blender/blenlib/BLI_math_base.h
+++ b/source/blender/blenlib/BLI_math_base.h
@@ -33,6 +33,7 @@
#include "BLI_assert.h"
#include "BLI_math_inline.h"
+#include "BLI_sys_types.h"
#include <math.h>
#ifndef M_PI