components/desktop/thunderbird/patches/firefox25-07-webaudio_math.patch
changeset 5255 cea0e462549a
equal deleted inserted replaced
5252:947514442d05 5255:cea0e462549a
       
     1 --- comm-esr31/mozilla/content/media/webaudio/blink/DenormalDisabler.h.orig	2015-06-04 17:42:51.279492311 -0700
       
     2 +++ comm-esr31/mozilla/content/media/webaudio/blink/DenormalDisabler.h	2015-06-04 17:42:51.288558769 -0700
       
     3 @@ -27,6 +27,7 @@
       
     4  
       
     5  #define _USE_MATH_DEFINES
       
     6  #include <cmath>
       
     7 +#include <math.h>
       
     8  #include <float.h>
       
     9  
       
    10  namespace WebCore {
       
    11 --- comm-esr31/mozilla/content/media/webaudio/ThreeDPoint.h.orig	2015-06-04 17:42:51.286104792 -0700
       
    12 +++ comm-esr31/mozilla/content/media/webaudio/ThreeDPoint.h	2015-06-04 17:42:51.288664521 -0700
       
    13 @@ -8,6 +8,7 @@
       
    14  #define ThreeDPoint_h_
       
    15  
       
    16  #include <cmath>
       
    17 +#include <math.h>
       
    18  #include <algorithm>
       
    19  
       
    20  namespace mozilla {