From d9e52ac98b74e2be3186f448177c84772f928871 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 15 Jan 2014 15:29:22 +0100 Subject: Code cleanup: move half float functions to separate header file. --- intern/cycles/kernel/kernel_compat_cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/kernel/kernel_compat_cpu.h') diff --git a/intern/cycles/kernel/kernel_compat_cpu.h b/intern/cycles/kernel/kernel_compat_cpu.h index 2b786bce0de..ce597a87315 100644 --- a/intern/cycles/kernel/kernel_compat_cpu.h +++ b/intern/cycles/kernel/kernel_compat_cpu.h @@ -20,6 +20,7 @@ #define __KERNEL_CPU__ #include "util_debug.h" +#include "util_half.h" #include "util_math.h" #include "util_simd.h" #include "util_types.h" -- cgit v1.2.3