We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9a268 commit e972bf3Copy full SHA for e972bf3
1 file changed
cli/utilities/frontendDelayTest.cpp
@@ -4,7 +4,6 @@
4
#include "limesuiteng/OpStatus.h"
5
#include <iostream>
6
#include <chrono>
7
-#include <cmath>
8
#include <signal.h>
9
#include <thread>
10
#include <condition_variable>
@@ -17,6 +16,9 @@
17
16
#include "../src/DSP/math/math.h"
18
#include "../src/utilities/WorkerThread.h"
19
+#define _USE_MATH_DEFINES
20
+#include <math.h>
21
+
22
#define USE_GNU_PLOT 1
23
#ifdef USE_GNU_PLOT
24
#include "gnuPlotPipe.h"
0 commit comments