]> sigrok.org Git - pulseview.git/blobdiff - pv/util.hpp
Use <cmath> in favor of <math.h> everywhere.
[pulseview.git] / pv / util.hpp
index 5d65694054ab2c0b2e6a9f652fc736abfc5da8cd..5466322b738aec51d60904be5df765de45a389d2 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef PULSEVIEW_UTIL_H
 #define PULSEVIEW_UTIL_H
 
-#include <math.h>
+#include <cmath>
 
 #include <QString>