mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: add missing using for System.Text
This commit is contained in:
parent
68ddd76ba5
commit
a141b365ab
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ using PepperDash.Essentials.Core.Bridges.JoinMaps;
|
|||
using Feedback = PepperDash.Essentials.Core.Feedback;
|
||||
using Serilog.Events;
|
||||
using PepperDash.Essentials.Core.Routing;
|
||||
using System.Text;
|
||||
|
||||
namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue