windows patch

This commit is contained in:
Charles J. Cliffe 2015-02-22 01:01:28 -05:00
parent 0c66d19f92
commit aa540115d3
1 changed files with 8 additions and 1 deletions

View File

@ -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