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:12:58 -0500 |
commit | 4f0add175f8e44922c15ed82d644597eceb65fb6 (patch) | |
tree | 1c8080acda2815ee76bb55840d2cd75e89d62cd2 /volk | |
parent | 0a6f1494b8e462c13c8c48c69680832967ebec72 (diff) |
volk: include config.h to have rintf in windows/msvc.
Diffstat (limited to 'volk')
-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> |