Apply patch from Andrea Musuruane to fix compilation with g++ 4.4, fix #2599049.
This commit is contained in:
parent
d5c80e3681
commit
a5cdad9ff8
desmume/src
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <cstdarg>
|
||||
|
||||
class Logger {
|
||||
protected:
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "types.h"
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
|
||||
//well. just for the sake of consistency
|
||||
int write8le(u8 b, FILE *fp);
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#define _guid_h_
|
||||
|
||||
#include <string>
|
||||
#include <cstdio>
|
||||
#include "../types.h"
|
||||
#include "valuearray.h"
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
|
||||
#include "../types.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue