diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-03-03 10:11:28 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-03-03 10:11:28 -0500 |
commit | c53529ff00012646f4aa47e820bddd48995ab094 (patch) | |
tree | 5190b5a0a8780185074ff211623caa1b59939f38 /volk/include | |
parent | b0f3db9a0785d69d004d65054bb70a4dd70dcb65 (diff) |
volk: include config.h to have rintf in windows/msvc.
Diffstat (limited to 'volk/include')
-rw-r--r-- | volk/include/volk/volk_32f_s32f_convert_16i_a.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 a249596780..c2a07398fb 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 <config.h> +#endif + #include <volk/volk_common.h> #include <inttypes.h> #include <stdio.h> |