From d22f324b50966147300259e681244c59ba4fd4f7 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 19 Aug 2013 11:50:33 +0000 Subject: Attempt to fix compilation error of sort.c --- source/blender/blenlib/intern/sort.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenlib/intern/sort.c') diff --git a/source/blender/blenlib/intern/sort.c b/source/blender/blenlib/intern/sort.c index 5ba608e5ec2..1743a0ba6c8 100644 --- a/source/blender/blenlib/intern/sort.c +++ b/source/blender/blenlib/intern/sort.c @@ -30,6 +30,8 @@ * \ingroup bli */ +#include + #include "BLI_utildefines.h" #include "BLI_sort.h" -- cgit v1.2.3