]> sigrok.org Git - pulseview.git/commit
Add missing <cmath> #includes.
authorUwe Hermann <redacted>
Fri, 31 Oct 2014 17:49:23 +0000 (18:49 +0100)
committerUwe Hermann <redacted>
Fri, 31 Oct 2014 17:49:23 +0000 (18:49 +0100)
commit61d64fe9f5f52589200d943a226c984097272649
tree2340a4d9afa33e540cbac2822b038180d75429a2
parent321ce42a37dbe19c38c34a724130b7a78bf3fffc
Add missing <cmath> #includes.

Some compilers throw warnings/errors otherwise:

  error: no member named 'abs' in namespace 'std'; did you mean '::abs'?"
pv/view/viewport.cpp
pv/widgets/sweeptimingwidget.cpp