From c53529ff00012646f4aa47e820bddd48995ab094 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Sat, 3 Mar 2012 10:11:28 -0500 Subject: volk: include config.h to have rintf in windows/msvc. --- volk/include/volk/volk_32f_s32f_convert_16i_a.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'volk/include') diff --git a/volk/include/volk/volk_32f_s32f_convert_16i_a.h b/volk/include/volk/volk_32f_s32f_convert_16i_a.h index a24959678..c2a07398f 100644 --- a/volk/include/volk/volk_32f_s32f_convert_16i_a.h +++ b/volk/include/volk/volk_32f_s32f_convert_16i_a.h @@ -1,6 +1,10 @@ #ifndef INCLUDED_volk_32f_s32f_convert_16i_a_H #define INCLUDED_volk_32f_s32f_convert_16i_a_H +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include -- cgit