blob: b43c3e292aa0c8ee33874f0a8df93591ee8ad815 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Vsop.h.orig 2016-06-20 12:40:27 UTC
+++ Vsop.h
@@ -12,6 +12,7 @@
#define VSOP__H
#include "PlanetData.h" // for enum Planet
+#include <math.h>
// * * * * * simple support structs * * * * *
|