X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fephemeris%2Fephemeris.hxx;h=e5579bdbf997852fd595b1fd5390a32083db8b35;hb=fa7490fb384f5127beb6f8f4cc60292c8c07c3b3;hp=7554391f1c37f9253b9dbf610edcfa64cd478c69;hpb=84dd54b33a6d8b35e57c32194b025f79245f35c4;p=simgear.git diff --git a/simgear/ephemeris/ephemeris.hxx b/simgear/ephemeris/ephemeris.hxx index 7554391f..e5579bdb 100644 --- a/simgear/ephemeris/ephemeris.hxx +++ b/simgear/ephemeris/ephemeris.hxx @@ -29,8 +29,7 @@ #ifndef _EPHEMERIS_HXX #define _EPHEMERIS_HXX - -#include +#include #include #include @@ -43,6 +42,9 @@ #include #include +#include +#include + /** Ephemeris class * @@ -95,7 +97,7 @@ public: * calling the constructor you need to provide a path pointing to * your star database file. * @param path path to your star database */ - SGEphemeris( const string &path ); + SGEphemeris( const std::string &path ); /** Destructor */ ~SGEphemeris( void );