Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Output/UpliftVanKernelMessagesCreatorTest.cs =================================================================== diff -u -r44a17a297a1cef8ac2751808002d7f2ff7a7c451 -rf33cdaeb7d146a39088708c009fcf8941014b716 --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Output/UpliftVanKernelMessagesCreatorTest.cs (.../UpliftVanKernelMessagesCreatorTest.cs) (revision 44a17a297a1cef8ac2751808002d7f2ff7a7c451) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.Test/Creators/Output/UpliftVanKernelMessagesCreatorTest.cs (.../UpliftVanKernelMessagesCreatorTest.cs) (revision f33cdaeb7d146a39088708c009fcf8941014b716) @@ -22,6 +22,7 @@ using System; using System.Collections.Generic; using System.Linq; +using Deltares.MacroStability.Standard; using NUnit.Framework; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators.UpliftVan; using Riskeer.MacroStabilityInwards.KernelWrapper.Creators.Output; Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Test/Kernels/UpliftVan/UpliftVanKernelStubTest.cs =================================================================== diff -u -r44a17a297a1cef8ac2751808002d7f2ff7a7c451 -rf33cdaeb7d146a39088708c009fcf8941014b716 --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Test/Kernels/UpliftVan/UpliftVanKernelStubTest.cs (.../UpliftVanKernelStubTest.cs) (revision 44a17a297a1cef8ac2751808002d7f2ff7a7c451) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Test/Kernels/UpliftVan/UpliftVanKernelStubTest.cs (.../UpliftVanKernelStubTest.cs) (revision f33cdaeb7d146a39088708c009fcf8941014b716) @@ -22,6 +22,7 @@ using System; using System.Collections.Generic; using System.Linq; +using Deltares.MacroStability.Standard; using NUnit.Framework; using Riskeer.MacroStabilityInwards.KernelWrapper.Kernels.UpliftVan; using Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Kernels.UpliftVan;