Skip to content

Commit 86719c2

Browse files
committed
Build fix.
1 parent e47ea0c commit 86719c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

csharp/Platform.Incrementers/IIncrementer[TNumber].cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
namespace Platform.Incrementers
1+
using System.Runtime.CompilerServices;
2+
3+
namespace Platform.Incrementers
24
{
35
/// <summary>
46
/// <para>Defines an incrementer that increments any number with a specific type.</para>

0 commit comments

Comments
 (0)