diff --git a/libclc/clc/include/clc/geometric/clc_cross.h b/libclc/clc/include/clc/geometric/clc_cross.h index 932d8ab0716d..e5aa913abfa2 100644 --- a/libclc/clc/include/clc/geometric/clc_cross.h +++ b/libclc/clc/include/clc/geometric/clc_cross.h @@ -9,6 +9,8 @@ #ifndef __CLC_GEOMETRIC_CLC_CROSS_H__ #define __CLC_GEOMETRIC_CLC_CROSS_H__ +#include + _CLC_OVERLOAD _CLC_DECL float3 __clc_cross(float3 p0, float3 p1); _CLC_OVERLOAD _CLC_DECL float4 __clc_cross(float4 p0, float4 p1); diff --git a/libclc/opencl/include/clc/opencl/clc.h b/libclc/opencl/include/clc/opencl/clc.h index 0116a12932c9..5859a00c3158 100644 --- a/libclc/opencl/include/clc/opencl/clc.h +++ b/libclc/opencl/include/clc/opencl/clc.h @@ -211,9 +211,10 @@ #include #include +#include + /* 6.11.8 Synchronization Functions */ #include -#include /* 6.11.9 Explicit Memory Fence Functions */ #include