diff --git a/src/Scenery/scenery.cxx b/src/Scenery/scenery.cxx index 33c80a32c..83aff9c80 100644 --- a/src/Scenery/scenery.cxx +++ b/src/Scenery/scenery.cxx @@ -56,6 +56,7 @@ #include #include
#include +#include
#include "scenery.hxx" #include "terrain_stg.hxx" @@ -425,6 +426,7 @@ void FGScenery::init() { void FGScenery::reinit() { + flightgear::addSentryBreadcrumb("reloading scenery", "info"); _terrain->reinit(); }