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/intern/rct.c')
-rw-r--r--source/blender/blenlib/intern/rct.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/rct.c b/source/blender/blenlib/intern/rct.c
index aa424c1c2bb..5fb9842b7a2 100644
--- a/source/blender/blenlib/intern/rct.c
+++ b/source/blender/blenlib/intern/rct.c
@@ -34,10 +34,13 @@
* ***** END GPL LICENSE BLOCK *****
*
*/
+#include <stdio.h>
+#include <math.h>
#include "DNA_vec_types.h"
#include <stdio.h>
#include <math.h>
+#include "BLI_rect.h"
int BLI_rcti_is_empty(rcti * rect)
{