]> sigrok.org Git - pulseview.git/blobdiff - pv/data/analogsegment.cpp
Use <cmath> in favor of <math.h> everywhere.
[pulseview.git] / pv / data / analogsegment.cpp
index b970bebd28baff233bc559632249fe40b1f5f169..c1a119e4cd13305f3caa91f98c6a420ab918d927 100644 (file)
@@ -23,7 +23,7 @@
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>
-#include <math.h>
+#include <cmath>
 
 #include <algorithm>