Mercurial > audlegacy-plugins
changeset 2368:269d1f2187bd
- Fixes for compilation with GCC 4.3
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Fri, 08 Feb 2008 19:08:35 +0100 |
parents | 04a5792e0c0f |
children | e145ee199e1d |
files | src/modplug/archive/arch_gzip.h src/modplug/archive/arch_rar.cxx |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/modplug/archive/arch_gzip.h Fri Feb 08 19:00:40 2008 +0100 +++ b/src/modplug/archive/arch_gzip.h Fri Feb 08 19:08:35 2008 +0100 @@ -9,6 +9,7 @@ #include "archive.h" #include <string> +#include <cstring> class arch_Gzip: public Archive {
--- a/src/modplug/archive/arch_rar.cxx Fri Feb 08 19:00:40 2008 +0100 +++ b/src/modplug/archive/arch_rar.cxx Fri Feb 08 19:08:35 2008 +0100 @@ -14,6 +14,8 @@ #include "arch_rar.h" #include <iostream> #include <vector> +#include <cstdlib> +#include <cstring> arch_Rar::arch_Rar(const string& aFileName) {