Use <cmath> in favor of <math.h> everywhere.
[pulseview.git] / pv / data / logicsegment.cpp
index 2b9d89bf4398b5ae4c74f72b59fc890be2e34145..2df64bb2769955e8182050edf63deb86bfb3e1c9 100644 (file)
@@ -23,7 +23,7 @@
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>
-#include <math.h>
+#include <cmath>
 
 #include "logicsegment.hpp"