Add missing <cmath> #includes.
authorUwe Hermann <uwe@hermann-uwe.de>
Fri, 31 Oct 2014 17:49:23 +0000 (18:49 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 31 Oct 2014 17:49:23 +0000 (18:49 +0100)
Some compilers throw warnings/errors otherwise:

  error: no member named 'abs' in namespace 'std'; did you mean '::abs'?"


No differences found