| Index: third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs
|
| diff --git a/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs b/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs
|
| index 8b63d63035b176abc3938b4f36a694f4dd96ce46..dd485d324aa129f803d7c9e44e97c5acded6641c 100644
|
| --- a/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs
|
| +++ b/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs
|
| @@ -31,6 +31,10 @@
|
| #endregion
|
|
|
| using System;
|
| +using System.Collections.Generic;
|
| +using System.Linq;
|
| +using System.Text;
|
| +using System.Threading.Tasks;
|
|
|
| namespace Google.Protobuf.WellKnownTypes
|
| {
|
|
|