Add missing guards for spice code

pull/110/head
Hleb Valoshka 2018-10-29 23:36:03 +03:00
parent 1fda8e35f0
commit 1fb9f82384
2 changed files with 4 additions and 0 deletions

View File

@ -18,8 +18,10 @@
#include "universe.h"
#include <celephem/customorbit.h>
#include <celephem/customrotation.h>
#ifdef USE_SPICE
#include <celephem/spiceorbit.h>
#include <celephem/spicerotation.h>
#endif
#include <celephem/scriptorbit.h>
#include <celephem/scriptrotation.h>
#include <celmath/geomutil.h>

View File

@ -24,7 +24,9 @@
#include <celengine/execution.h>
#include <celengine/cmdparser.h>
#include <celengine/multitexture.h>
#ifdef USE_SPICE
#include <celephem/spiceinterface.h>
#endif
#include <celengine/axisarrow.h>
#include <celengine/planetgrid.h>
#include <celengine/visibleregion.h>