From 15f449c52909d5275feb23d814988ded3369ba62 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 3 Feb 2014 22:04:23 +1100 Subject: Add include for FreeBSD and clang --- source/blender/blenlib/BLI_sys_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender') diff --git a/source/blender/blenlib/BLI_sys_types.h b/source/blender/blenlib/BLI_sys_types.h index acc87b288c5..6b02653533d 100644 --- a/source/blender/blenlib/BLI_sys_types.h +++ b/source/blender/blenlib/BLI_sys_types.h @@ -204,6 +204,7 @@ typedef uint64_t u_int64_t; /* FreeBSD, Solaris */ #include +#include #endif /* ifdef platform for types */ -- cgit v1.2.3