From a5cdad9ff8afedf146396fd0f2400c768ebb8f94 Mon Sep 17 00:00:00 2001 From: riccardom Date: Sat, 14 Feb 2009 13:26:33 +0000 Subject: [PATCH] Apply patch from Andrea Musuruane to fix compilation with g++ 4.4, fix #2599049. --- desmume/src/debug.h | 1 + desmume/src/readwrite.h | 1 + desmume/src/utils/guid.h | 1 + desmume/src/utils/xstring.h | 1 + 4 files changed, 4 insertions(+) diff --git a/desmume/src/debug.h b/desmume/src/debug.h index 4340ca603..da6082105 100644 --- a/desmume/src/debug.h +++ b/desmume/src/debug.h @@ -22,6 +22,7 @@ #include #include +#include class Logger { protected: diff --git a/desmume/src/readwrite.h b/desmume/src/readwrite.h index b2baade6b..a1b6f39cf 100644 --- a/desmume/src/readwrite.h +++ b/desmume/src/readwrite.h @@ -3,6 +3,7 @@ #include "types.h" #include +#include //well. just for the sake of consistency int write8le(u8 b, FILE *fp); diff --git a/desmume/src/utils/guid.h b/desmume/src/utils/guid.h index 1ac8893de..b1a1ae787 100644 --- a/desmume/src/utils/guid.h +++ b/desmume/src/utils/guid.h @@ -2,6 +2,7 @@ #define _guid_h_ #include +#include #include "../types.h" #include "valuearray.h" diff --git a/desmume/src/utils/xstring.h b/desmume/src/utils/xstring.h index 8fd16186e..871e11d1c 100644 --- a/desmume/src/utils/xstring.h +++ b/desmume/src/utils/xstring.h @@ -8,6 +8,7 @@ #include #include #include +#include #include "../types.h"