simgear/environment/visual_enviro.cxx: fixed include of simgear/math/sg_random.hxx.

This commit is contained in:
Julian Smith 2021-06-05 12:30:56 +01:00
parent ded91614ab
commit e93839a9c5

View File

@ -26,7 +26,7 @@
#include <simgear/constants.h> #include <simgear/constants.h>
#include <simgear/structure/SGReferenced.hxx> #include <simgear/structure/SGReferenced.hxx>
#include <simgear/structure/SGSharedPtr.hxx> #include <simgear/structure/SGSharedPtr.hxx>
#include <simgear/math/sg_random.h> #include <simgear/math/sg_random.hxx>
#include <simgear/math/sg_geodesy.hxx> #include <simgear/math/sg_geodesy.hxx>
#include <simgear/sound/sample_group.hxx> #include <simgear/sound/sample_group.hxx>
#include <simgear/scene/sky/cloudfield.hxx> #include <simgear/scene/sky/cloudfield.hxx>