Skip to content

Commit b292915

Browse files
committed
fix linux compilation
1 parent 2319123 commit b292915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fmi4cpp/fmi2/xml/unit_definitions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct display_unit
4040
struct unit
4141
{
4242
std::string name;
43-
base_unit base_unit;
43+
::fmi4cpp::fmi2::base_unit base_unit;
4444
std::vector<display_unit> display_units;
4545
};
4646

0 commit comments

Comments
 (0)