From e3c8cf0a9ea00ef6c7a63b5fc8351f5f9be1ac8f Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 4 Jul 2014 14:14:06 +0200 Subject: Add (r)partition funcs to BLI_string, to get left-most/right-most first occurence of delimiters. Inspired by Python (r)partition str functions. Also added some Gtest cases for those new funcs. Reviewed by Campbell Barton, many thanks! --- source/blender/blenlib/intern/timecode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/intern/timecode.c') diff --git a/source/blender/blenlib/intern/timecode.c b/source/blender/blenlib/intern/timecode.c index 244c2733ec2..0c8834008b6 100644 --- a/source/blender/blenlib/intern/timecode.c +++ b/source/blender/blenlib/intern/timecode.c @@ -33,6 +33,7 @@ #include +#include "BLI_utildefines.h" #include "BLI_string.h" #include "BLI_math.h" -- cgit v1.2.3