Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269728
Collapse All | Expand All

(-)celestia-1.5.1.orig/src/celengine/overlay.h (+1 lines)
Lines 9-18 Link Here
9
9
10
#ifndef _OVERLAY_H_
10
#ifndef _OVERLAY_H_
11
#define _OVERLAY_H_
11
#define _OVERLAY_H_
12
12
13
#include <string>
13
#include <string>
14
#include <cstdio>
14
#include <iostream>
15
#include <iostream>
15
#include <celtxf/texturefont.h>
16
#include <celtxf/texturefont.h>
16
17
17
18
18
class Overlay;
19
class Overlay;
(-)celestia-1.5.1.orig/src/celengine/star.cpp (+1 lines)
Lines 7-16 Link Here
7
// as published by the Free Software Foundation; either version 2
7
// as published by the Free Software Foundation; either version 2
8
// of the License, or (at your option) any later version.
8
// of the License, or (at your option) any later version.
9
9
10
#include <celmath/mathlib.h>
10
#include <celmath/mathlib.h>
11
#include <cstring>
11
#include <cstring>
12
#include <cstdio>
12
#include <cassert>
13
#include <cassert>
13
#include "celestia.h"
14
#include "celestia.h"
14
#include "astro.h"
15
#include "astro.h"
15
#include "orbit.h"
16
#include "orbit.h"
16
#include "star.h"
17
#include "star.h"

Return to bug 269728