Use <cmath> in favor of <math.h> everywhere.
[pulseview.git] / pv / view / signal.cpp
index dad8f1edc6f106af051b82665b14350ab1542a08..7348d25b2d44bea1d974d05bda84d181102dfdbf 100644 (file)
@@ -21,7 +21,7 @@
 #include <extdef.h>
 
 #include <assert.h>
-#include <math.h>
+#include <cmath>
 
 #include <QApplication>
 #include <QFormLayout>