You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-astronomy/celestia/files/celestia-1.6.1-gcc46.patch

14 lines
278 B

http://bugs.gentoo.org/show_bug.cgi?id=366073
Patch written by Nils Larsson <ni1s@nerdshack.com>
--- src/celengine/frametree.h
+++ src/celengine/frametree.h
@@ -14,6 +14,7 @@
#define _CELENGINE_FRAMETREE_H_
#include <vector>
+#include <cstddef>
class Star;
class Body;