Skip to content

Commit c17a222

Browse files
Add a missing using statement
1 parent 6bb383e commit c17a222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/RabbitMQ.Client/client/impl/BasicPublishBatch.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
// Copyright (c) 2007-2020 VMware, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

41+
using System;
4142
using System.Collections.Generic;
4243

4344
using RabbitMQ.Client.Framing.Impl;

0 commit comments

Comments
 (0)