Skip to content

Commit 432f56e

Browse files
committed
Fix compilation error
1 parent 09b311c commit 432f56e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Orm/Xtensive.Orm.Tests.Framework/Cloner.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
// Copyright (C) 2003-2010 Xtensive LLC.
2-
// All rights reserved.
3-
// For conditions of distribution and use, see license.
1+
// Copyright (C) 2009-2025 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
44
// Created by: Alex Yakunin
55
// Created: 2009.05.05
66

7+
using System;
8+
using System.Collections.Generic;
79
using System.IO;
810
using System.Runtime.Serialization;
911
using System.Runtime.Serialization.Formatters.Binary;

0 commit comments

Comments
 (0)