Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/StochasticSoilProfile.cs =================================================================== diff -u -r6d514ec60f68620d78015ac58ba6a966ef6b14e3 -rb6432b2cbcb2db9bd326d9f006fb2d8b2528d263 --- Ringtoets/Piping/src/Ringtoets.Piping.Data/StochasticSoilProfile.cs (.../StochasticSoilProfile.cs) (revision 6d514ec60f68620d78015ac58ba6a966ef6b14e3) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/StochasticSoilProfile.cs (.../StochasticSoilProfile.cs) (revision b6432b2cbcb2db9bd326d9f006fb2d8b2528d263) @@ -19,14 +19,15 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using Core.Common.Base.Storage; using Ringtoets.Piping.Primitives; namespace Ringtoets.Piping.Data { /// /// This class couples a SoilProfile to a probability of occurrence. /// - public class StochasticSoilProfile + public class StochasticSoilProfile : IStorable { /// /// Creates a new instance of .