Skip to content

Commit ecd45f6

Browse files
committed
Fix missing include statement
1 parent c3ba3cf commit ecd45f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Localization.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using NGettext;
66
using RestSharp;
77
using System;
8+
using System.Collections.Generic;
89
using System.Globalization;
910
using System.IO;
1011
using System.Linq;

0 commit comments

Comments
 (0)