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

(-)./src/celmath/mathlib.h.ori (+1 lines)
Lines 10-15 Link Here
10
#ifndef _CELMATH_MATHLIB_H_
10
#ifndef _CELMATH_MATHLIB_H_
11
#define _CELMATH_MATHLIB_H_
11
#define _CELMATH_MATHLIB_H_
12
12
13
#include <unistd.h>
13
#include <cmath>
14
#include <cmath>
14
#include <stdlib.h>
15
#include <stdlib.h>
15
16
(-)./src/celmath/intersect.h.ori (+2 lines)
Lines 12-17 Link Here
12
#ifndef _CELMATH_INTERSECT_H_
12
#ifndef _CELMATH_INTERSECT_H_
13
#define _CELMATH_INTERSECT_H_
13
#define _CELMATH_INTERSECT_H_
14
14
15
#include "mathlib.h"
16
15
#include "ray.h"
17
#include "ray.h"
16
#include "sphere.h"
18
#include "sphere.h"
17
#include "ellipsoid.h"
19
#include "ellipsoid.h"
(-)./src/celestia/kde/kdeapp.cpp.ori (+1 lines)
Lines 17-22 Link Here
17
17
18
18
19
#include <libintl.h>
19
#include <libintl.h>
20
#include <unistd.h>
20
#include <fstream>
21
#include <fstream>
21
#include <sstream>
22
#include <sstream>
22
23

Return to bug 414015