diff --git a/Content.Server/_DV/Feroxi/FeroxiDehydrateSystem.cs b/Content.Server/_DV/Feroxi/FeroxiDehydrateSystem.cs index f93e7e3fb2..687a4c86ac 100644 --- a/Content.Server/_DV/Feroxi/FeroxiDehydrateSystem.cs +++ b/Content.Server/_DV/Feroxi/FeroxiDehydrateSystem.cs @@ -1,5 +1,6 @@ using Content.Server.Body.Components; using Content.Server.Body.Systems; +using Content.Shared.Body.Components; using Content.Shared.Nutrition.Components; namespace Content.Server._DV.Feroxi;