diff options
Diffstat (limited to 'libraries/audiere/patches')
-rw-r--r-- | libraries/audiere/patches/audiere-1.9.4-gcc44.patch (renamed from libraries/audiere/patches/audiere-1.9.4-gcc43.patch) | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/audiere/patches/audiere-1.9.4-gcc43.patch b/libraries/audiere/patches/audiere-1.9.4-gcc44.patch index 865c820dd24fc..a2211dce08699 100644 --- a/libraries/audiere/patches/audiere-1.9.4-gcc43.patch +++ b/libraries/audiere/patches/audiere-1.9.4-gcc44.patch @@ -28,3 +28,16 @@ diff -Naur audiere/src/debug.h audiere.tpg/src/debug.h namespace audiere { +diff -Naur audiere/src/utility.cpp b/src/utility.cpp +index f49c028..28fefc8 100644 +--- audiere/src/utility.cpp 2004-04-09 09:33:50.000000000 +0000 ++++ audiere.tpg/src/utility.cpp 2008-06-03 17:39:43.000000000 +0000 +@@ -2,7 +2,7 @@ + #pragma warning(disable : 4786) + #endif + +- ++#include <cstdio> + #include <ctype.h> + #include "utility.h" + #include "internal.h" |