1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 14:48:24 +00:00

Fix linking against

18ed0f15bc
This commit is contained in:
Carles Fernandez 2015-09-18 17:40:47 +02:00
parent d3418ceeb5
commit b665444550

View File

@ -24,6 +24,9 @@
#ifndef INCLUDE_VOLK_COMPLEX_H
#define INCLUDE_VOLK_COMPLEX_H
#ifndef INCLUDED_VOLK_COMPLEX_H
#define INCLUDED_VOLK_COMPLEX_H
/*!
* \brief Provide typedefs and operators for all complex types in C and C++.
*
@ -106,4 +109,6 @@ typedef double complex lv_64fc_t;
#endif /* __cplusplus */
#endif /* INCLUDED_VOLK_COMPLEX_H */
#endif /* INCLUDE_VOLK_COMPLEX_H */