mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-04 08:21:16 -05:00
windows patch
This commit is contained in:
parent
0c66d19f92
commit
aa540115d3
@ -1,7 +1,14 @@
|
||||
#include "DemodulatorThread.h"
|
||||
#include "CubicSDRDefs.h"
|
||||
#include "DemodulatorThread.h"
|
||||
#include <vector>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <cmath>
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user