diff --git a/simgear/ephemeris/Makefile.am b/simgear/ephemeris/Makefile.am index 3d3af9f3..0d21c976 100644 --- a/simgear/ephemeris/Makefile.am +++ b/simgear/ephemeris/Makefile.am @@ -16,4 +16,4 @@ libAstro_a_SOURCES = \ uranus.cxx uranus.hxx \ venus.cxx venus.hxx -INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator +INCLUDES += -I$(top_builddir) -I$(top_builddir)/src diff --git a/simgear/ephemeris/celestialBody.cxx b/simgear/ephemeris/celestialBody.cxx index 67dd5059..502ae504 100644 --- a/simgear/ephemeris/celestialBody.cxx +++ b/simgear/ephemeris/celestialBody.cxx @@ -22,7 +22,7 @@ * $Id$ **************************************************************************/ -#include +#include #ifdef FG_MATH_EXCEPTION_CLASH # define exception c_exception diff --git a/simgear/ephemeris/celestialBody.hxx b/simgear/ephemeris/celestialBody.hxx index 3deccc09..410ca01a 100644 --- a/simgear/ephemeris/celestialBody.hxx +++ b/simgear/ephemeris/celestialBody.hxx @@ -31,8 +31,9 @@ #endif +#include + #include