Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 206127 | Differences between
and this patch

Collapse All | Expand All

(-)kyra.old/engine/kyra.h (+1 lines)
Lines 69-74 Link Here
69
#ifndef KYRA_SUM_HEADER
69
#ifndef KYRA_SUM_HEADER
70
#define KYRA_SUM_HEADER
70
#define KYRA_SUM_HEADER
71
71
72
#include <cstdlib>
72
#include "SDL.h"
73
#include "SDL.h"
73
74
74
// Utility includes:
75
// Utility includes:
(-)kyra.old/tinyxml/tinyxml.h (+2 lines)
Lines 31-36 Link Here
31
#include <string>
31
#include <string>
32
#include <stdio.h>
32
#include <stdio.h>
33
#include <assert.h>
33
#include <assert.h>
34
#include <cstdlib>
35
#include <cstring>
34
36
35
class TiXmlDocument;
37
class TiXmlDocument;
36
class TiXmlElement;
38
class TiXmlElement;

Return to bug 206127