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