Path: blob/main/astro/celestia/files/celestia-1.6.1-gcc47.patch
16462 views
diff -up celestia-1.6.1/src/celengine/frametree.h.gcc47 celestia-1.6.1/src/celengine/frametree.h1--- celestia-1.6.1/src/celengine/frametree.h.gcc47 2012-03-22 12:56:56.096087430 -04002+++ celestia-1.6.1/src/celengine/frametree.h 2012-03-22 12:57:04.333022427 -04003@@ -13,6 +13,7 @@4#ifndef _CELENGINE_FRAMETREE_H_5#define _CELENGINE_FRAMETREE_H_67+#include <unistd.h>8#include <vector>910class Star;11diff -up celestia-1.6.1/src/celengine/planetgrid.cpp.gcc47 celestia-1.6.1/src/celengine/planetgrid.cpp12--- celestia-1.6.1/src/celengine/planetgrid.cpp.gcc47 2012-03-22 12:53:01.496950513 -040013+++ celestia-1.6.1/src/celengine/planetgrid.cpp 2012-03-22 12:53:08.812891865 -040014@@ -12,6 +12,7 @@1516#include <cstdio>17#include <cmath>18+#include <celmath/mathlib.h>19#include <celmath/intersect.h>20#include "planetgrid.h"21#include "body.h"222324