From 38d62a195b293e1a826195eeb222bb0825f9733a Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 12 Sep 2019 19:58:11 +0200 Subject: Fix build error on Windows --- source/blender/blenlib/BLI_kdopbvh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenlib/BLI_kdopbvh.h') diff --git a/source/blender/blenlib/BLI_kdopbvh.h b/source/blender/blenlib/BLI_kdopbvh.h index 078c5e27d28..b305e919e76 100644 --- a/source/blender/blenlib/BLI_kdopbvh.h +++ b/source/blender/blenlib/BLI_kdopbvh.h @@ -24,6 +24,8 @@ * \ingroup bli */ +#include "BLI_sys_types.h" + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3