Skip to content

Commit

Permalink
Make EnvironmentData visible in Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Oct 27, 2022
1 parent 75bfc46 commit 9534e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/gz/sim/components/Environment.hh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include <gz/sim/components/Factory.hh>
#include <gz/sim/components/Component.hh>
#include <gz/sim/Export.hh>

namespace gz
{
Expand All @@ -39,7 +40,7 @@ namespace components
/// \brief Environment data across time and space. This is useful to
/// introduce physical quantities that may be of interest even if not
/// modelled in simulation.
struct EnvironmentalData
struct GZ_SIM_VISIBLE EnvironmentalData
{
using T = math::InMemoryTimeVaryingVolumetricGrid<double>;
using FrameT = common::DataFrame<std::string, T>;
Expand Down

0 comments on commit 9534e89

Please sign in to comment.