1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Windows: MSVC2017: adapt testsource plugin module

This commit is contained in:
f4exb 2018-11-13 11:16:49 +01:00
parent 977a2abd90
commit b8d894894e

View File

@ -14,6 +14,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
///////////////////////////////////////////////////////////////////////////////////
#define _USE_MATH_DEFINES
#include <math.h>
#include <stdio.h>
#include <errno.h>
#include "testsourcethread.h"